Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc432 bool LoadELF(const string& obj_file, MmapWrapper* map_wrapper, in LoadELF()
495 const string& obj_file, in ReadDebugLink()
652 bool LoadSymbols(const string& obj_file, in LoadSymbols()
1043 bool ReadSymbolDataInternal(const uint8_t* obj_file, in ReadSymbolDataInternal()
1070 const string &obj_file, in WriteSymbolFile()
1089 const string& obj_file, in WriteSymbolFileHeader()
1129 const string& obj_file, in ReadSymbolData()
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecution_engine.cc81 std::unique_ptr<MemoryBuffer> ExecutionEngine::obj_file() const { in obj_file() function in xla::runtime::ExecutionEngine
291 std::unique_ptr<llvm::MemoryBuffer> obj_file = in CreateFromModule() local
305 ExecutionEngine::CreateFromObjFile(std::unique_ptr<llvm::MemoryBuffer> obj_file, in CreateFromObjFile()
Dexecutable.cc356 llvm::StringRef name, std::unique_ptr<llvm::MemoryBuffer> obj_file, in LoadFromObjFile()
410 std::unique_ptr<llvm::MemoryBuffer> Executable::obj_file() const { in obj_file() function in xla::runtime::Executable
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dprobe_user.c8 const char *obj_file = "./test_probe_user.o"; in serial_test_probe_user() local
Dconnect_force_port.c56 const char *obj_file = v4 ? "connect_force_port4.o" : "connect_force_port6.o"; in run_test() local
Dfexit_bpf2bpf.c53 static void test_fexit_bpf2bpf_common(const char *obj_file, in test_fexit_bpf2bpf_common()
341 static void test_obj_load_failure_common(const char *obj_file, in test_obj_load_failure_common()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h54 JitRtAotCompilationResult(HloModuleProto hlo, const std::string& obj_file, in JitRtAotCompilationResult()
Dgpu_executable.cc1026 std::shared_ptr<HloModule> hlo_module, absl::string_view obj_file, in LoadFromObjFile()
Dgpu_compiler.cc1496 std::unique_ptr<llvm::MemoryBuffer> obj_file = executable.obj_file(); in CompileAheadOfTime() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.cc168 llvm::Expected<std::unique_ptr<llvm::object::ObjectFile>> obj_file = in operator ()() local
Dcpu_compiler.cc867 return [wrapped](const llvm::object::ObjectFile& obj_file) { in Create()
1542 auto post_codegen_hook = [&](const llvm::object::ObjectFile& obj_file) { in CompileAheadOfTime()
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py109 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()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto768 bytes obj_file = 3; field