Home
last modified time | relevance | path

Searched refs:object_file (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp48 ObjectFile *object_file = m_module.GetObjectFile(); in Initialize() local
49 if (!object_file) in Initialize()
52 m_object_file_unwind_up = object_file->CreateCallFrameInfo(); in Initialize()
61 *object_file, sect, DWARFCallFrameInfo::EH); in Initialize()
67 *object_file, sect, DWARFCallFrameInfo::DWARF); in Initialize()
73 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()
81 std::make_unique<ArmUnwindInfo>(*object_file, sect, sect_extab); in Initialize()
206 if (ObjectFile *object_file = m_module.GetObjectFile()) in GetAllowAssemblyEmulationUnwindPlans() local
207 return object_file->AllowAssemblyEmulationUnwindPlans(); in GetAllowAssemblyEmulationUnwindPlans()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp37 UnwindCodesIterator(ObjectFilePECOFF &object_file, uint32_t unwind_info_rva);
62 UnwindCodesIterator::UnwindCodesIterator(ObjectFilePECOFF &object_file, in UnwindCodesIterator() argument
64 : m_object_file(object_file), m_error(false), in UnwindCodesIterator()
127 EHProgramBuilder(ObjectFilePECOFF &object_file, uint32_t unwind_info_rva);
148 EHProgramBuilder::EHProgramBuilder(ObjectFilePECOFF &object_file, in EHProgramBuilder() argument
150 : m_iterator(object_file, unwind_info_rva) {} in EHProgramBuilder()
437 PECallFrameInfo::PECallFrameInfo(ObjectFilePECOFF &object_file, in PECallFrameInfo() argument
440 : m_object_file(object_file), in PECallFrameInfo()
441 m_exception_dir(object_file.ReadImageDataByRVA(exception_dir_rva, in PECallFrameInfo()
DPECallFrameInfo.h27 explicit PECallFrameInfo(ObjectFilePECOFF &object_file,
/external/tensorflow/tensorflow/lite/ios/
Dhide_symbols_with_allowlist.sh106 for object_file in $(cat "$objects_file_list"); do
107 if otool -arch "${arch}" -l "${object_file}" | grep -q __LLVM; then
110 echo "The ${arch} in ${object_file} is NOT bitcode-enabled."
Dextract_object_files.py84 with open(os.path.join(dest_dir, final_name), 'wb') as object_file:
85 object_file.write(file_content)
/external/ImageMagick/coders/
DMake.com174 $ object_file=f$parse(source_file,,,"name")+".obj"
175 $ object_file=f$search( object_file )
176 $ if (object_file .nes. "")
178 $ object_time=f$file_attribute(object_file,"cdt")
181 $ object_file=""
183 $ if (object_file .eqs. "")
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp50 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
51 if (object_file) { in LLDB_PLUGIN_DEFINE()
52 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage); in LLDB_PLUGIN_DEFINE()
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
DTestPECallFrameInfo.cpp196 ObjectFile *object_file = module_sp->GetObjectFile(); in GetUnwindPlan() local
197 ASSERT_NE(object_file, nullptr); in GetUnwindPlan()
199 std::unique_ptr<CallFrameInfo> cfi = object_file->CreateCallFrameInfo(); in GetUnwindPlan()
202 SectionList *sect_list = object_file->GetSectionList(); in GetUnwindPlan()
/external/libcxx/utils/libcxx/
Dcompiler.py180 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
184 if object_file is None:
189 with_fn = lambda: libcxx.util.nullContext(object_file)
190 with with_fn() as object_file:
192 source_file, object_file, flags=flags, cwd=cwd)
197 object_file, out=out, flags=flags, cwd=cwd)
/external/llvm-project/libcxx/utils/libcxx/
Dcompiler.py198 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
202 if object_file is None:
207 with_fn = lambda: libcxx.util.nullContext(object_file)
208 with with_fn() as object_file:
210 source_file, object_file, flags=flags, cwd=cwd)
215 object_file, exec_path=out, flags=flags, cwd=cwd)
/external/llvm-project/libc/cmake/modules/
DLLVMLibCObjectRules.cmake128 get_target_property(object_file ${fq_dep_name} "OBJECT_FILE")
188 set(object_file "${CMAKE_CURRENT_BINARY_DIR}/${target_name}.o") variable
203 OUTPUT ${object_file}
208 ${object_file_raw} ${object_file}
214 DEPENDS ${object_file}
221 "OBJECT_FILE" "${object_file}"
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake32 macro(clang_compile object_file source)
61 OUTPUT ${object_file}
63 -o "${object_file}"
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py211 with open(filename, 'rb') as object_file:
212 object_file.seek(0, os.SEEK_END)
213 num_bytes = object_file.tell()
215 object_file.seek(0)
217 binary = bytes(object_file.read())
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py211 with open(filename, 'rb') as object_file:
212 object_file.seek(0, os.SEEK_END)
213 num_bytes = object_file.tell()
215 object_file.seek(0)
217 binary = bytes(object_file.read())
/external/llvm/bindings/python/llvm/
Dobject.py292 def __init__(self, ptr, object_file): argument
294 assert isinstance(object_file, ObjectFile)
299 self._object_file = object_file
/external/llvm-project/llvm/bindings/python/llvm/
Dobject.py291 def __init__(self, ptr, object_file): argument
293 assert isinstance(object_file, ObjectFile)
298 self._object_file = object_file
/external/llvm-project/lld/test/ELF/
Dlink-open-file.test27 object_file = sys.argv[1]
58 subprocess.check_call(['ld.lld.exe', object_file, '-o', elf])
/external/libxml2/vms/
Dbuild_libxml.com243 $ object_file = f$parse("[.debug].OBJ",name,,,"SYNTAX_ONLY")
252 $ if lib_command.nes."" then lib_command 'object_file'
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake64 function(clang_compile object_file source)
104 OUTPUT ${object_file}
106 -o "${object_file}"
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp41 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local
42 if (object_file) { in CreateInstance()
43 create = (object_file->GetStrata() == ObjectFile::eStrataUser); in CreateInstance()
DDynamicLoaderMacOSXDYLD.cpp62 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
63 if (object_file) { in LLDB_PLUGIN_DEFINE()
64 create = (object_file->GetStrata() == ObjectFile::eStrataUser); in LLDB_PLUGIN_DEFINE()
/external/tensorflow/third_party/gpus/crosstool/
Dcc_toolchain_config.bzl.tpl167 _library_to_link("", "object_file"),
179 _library_to_link("", "object_file"),
191 _library_to_link("", "object_file"),
472 value = "object_file",
1004 category_name = "object_file",
/external/llvm/tools/sancov/
Dsancov.cc866 std::string object_file() const { return ObjectFile; } in object_file() function in __anon15e54a520111::CoverageDataWithObjectFile
1155 OS << "<li><a href=\"#module_" << anchorName(CovData->object_file()) in printReport()
1156 << "\">" << llvm::sys::path::filename(CovData->object_file()) in printReport()
1163 OS << "<h2>" << llvm::sys::path::filename(CovData->object_file()) in printReport()
1166 OS << "<a name=\"module_" << anchorName(CovData->object_file()) in printReport()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc1008 std::unique_ptr<llvm::MemoryBuffer> object_file = in CompileAheadOfTime() local
1010 ObjectFileData object_file_data(object_file->getBufferStart(), in CompileAheadOfTime()
1011 object_file->getBufferEnd()); in CompileAheadOfTime()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp48 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
49 if (object_file) { in LLDB_PLUGIN_DEFINE()
50 create = (object_file->GetStrata() == ObjectFile::eStrataUser); in LLDB_PLUGIN_DEFINE()

12