Home
last modified time | relevance | path

Searched defs:object_file (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/bindings/python/llvm/
H A Dobject.py292 def __init__(self, ptr, object_file): argument
/aosp_15_r20/external/libcxx/utils/libcxx/
H A Dcompiler.py180 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Ddump_syms.cc240 for (auto& object_file : object_files_) { in FindBestMatchForArchitecture() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc1559 std::unique_ptr<llvm::MemoryBuffer> object_file = in CompileAheadOfTime() local
/aosp_15_r20/external/llvm/tools/sancov/
H A Dsancov.cc866 std::string object_file() const { return ObjectFile; } in object_file() function in __anondb1c28880111::CoverageDataWithObjectFile