Searched defs:obj_file (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 367 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/ |
D | compiler_functor.cc | 154 llvm::Expected<std::unique_ptr<llvm::object::ObjectFile>> obj_file = in operator ()() local
|
D | cpu_compiler.cc | 549 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/ |
D | bisect_driver.py | 101 def which_cache(obj_file): argument
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 482 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()
|