Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc367 bool LoadELF(const string& obj_file, MmapWrapper* map_wrapper, in LoadELF()
430 const string& obj_file, in ReadDebugLink()
585 bool LoadSymbols(const string& obj_file, in LoadSymbols()
925 bool ReadSymbolDataInternal(const uint8_t* obj_file, in ReadSymbolDataInternal()
950 bool WriteSymbolFile(const string &obj_file, in WriteSymbolFile()
963 bool ReadSymbolData(const string& obj_file, in ReadSymbolData()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.cc154 llvm::Expected<std::unique_ptr<llvm::object::ObjectFile>> obj_file = in operator ()() local
Dcpu_compiler.cc549 return [wrapped](const llvm::object::ObjectFile& obj_file) { in Create()
903 auto post_codegen_hook = [&](const llvm::object::ObjectFile& obj_file) { in CompileAheadOfTime()
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py101 def which_cache(obj_file): argument
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc482 bool WriteModuleInfo(int fd, GElf_Half arch, const std::string &obj_file) { in WriteModuleInfo()
639 bool DumpSymbols::WriteSymbolFile(const std::string &obj_file, int sym_fd) { in WriteSymbolFile()