/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | dump_symbols.cc | 642 bool LoadELF(const string& obj_file, MmapWrapper* map_wrapper, in LoadELF() 705 const string& obj_file, in ReadDebugLink() 862 bool LoadSymbols(const string& obj_file, in LoadSymbols() 1260 bool ReadSymbolDataInternal(const uint8_t* obj_file, in ReadSymbolDataInternal() 1287 const string& obj_file, in WriteSymbolFile() 1306 const string& obj_file, in WriteSymbolFileHeader() 1346 const string& obj_file, in ReadSymbolData()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | execution_engine.cc | 81 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()
|
H A D | executable.cc | 356 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
|
/aosp_15_r20/art/compiler/utils/ |
H A D | assembler_test_base.h | 190 bool Assemble(const std::string& asm_file, const std::string& obj_file) { in Assemble() 201 bool Disassemble(const std::string& obj_file, std::string* output) { in Disassemble()
|
H A D | assembler_thumb_test.cc | 52 std::string obj_file = scratch_dir_->GetPath() + testname + ".o"; in DumpAndCheck() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | fexit_bpf2bpf.c | 54 static void test_fexit_bpf2bpf_common(const char *obj_file, in test_fexit_bpf2bpf_common() 348 static void test_obj_load_failure_common(const char *obj_file, in test_obj_load_failure_common()
|
H A D | probe_user.c | 14 const char *obj_file = "./test_probe_user.bpf.o"; in serial_test_probe_user() local
|
H A D | connect_force_port.c | 56 const char *obj_file = v4 ? "connect_force_port4.bpf.o" : "connect_force_port6.bpf.o"; in run_test() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/ |
D | TensorFlowCompile.cmake | 75 set(obj_file ${prefix}.o) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/ |
D | TensorFlowCompile.cmake | 75 set(obj_file ${prefix}.o) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/ |
D | TensorFlowCompile.cmake | 75 set(obj_file ${prefix}.o) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/ |
D | TensorFlowCompile.cmake | 75 set(obj_file ${prefix}.o) variable
|
/aosp_15_r20/external/google-breakpad/src/common/solaris/ |
H A D | dump_symbols.cc | 484 bool WriteModuleInfo(int fd, GElf_Half arch, const std::string& obj_file) { in WriteModuleInfo() 641 bool DumpSymbols::WriteSymbolFile(const std::string& obj_file, int sym_fd) { in WriteSymbolFile()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_compiler.h | 54 JitRtAotCompilationResult(HloModuleProto hlo, const std::string& obj_file, in JitRtAotCompilationResult()
|
H A D | gpu_executable.cc | 1026 std::shared_ptr<HloModule> hlo_module, absl::string_view obj_file, in LoadFromObjFile()
|
H A D | gpu_compiler.cc | 1496 std::unique_ptr<llvm::MemoryBuffer> obj_file = executable.obj_file(); in CompileAheadOfTime() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/ |
H A D | so_file_parser.cpp | 134 llvm::object::ObjectFile *obj_file = in Create() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | compiler_functor.cc | 168 llvm::Expected<std::unique_ptr<llvm::object::ObjectFile>> obj_file = in operator ()() local
|
H A D | cpu_compiler.cc | 867 return [wrapped](const llvm::object::ObjectFile& obj_file) { in Create() 1542 auto post_codegen_hook = [&](const llvm::object::ObjectFile& obj_file) { in CompileAheadOfTime()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/ |
D | bisect_driver.py | 98 def which_cache(obj_file): argument
|
/aosp_15_r20/external/toolchain-utils/binary_search_tool/ |
H A D | bisect_driver.py | 109 def which_cache(obj_file): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/ |
D | bisect_driver.py | 98 def which_cache(obj_file): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/ |
D | bisect_driver.py | 98 def which_cache(obj_file): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/ |
D | bisect_driver.py | 98 def which_cache(obj_file): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo.proto | 768 bytes obj_file = 3; field
|