/external/llvm-project/lldb/source/Symbol/ |
D | UnwindTable.cpp | 48 ObjectFile *object_file = m_module.GetObjectFile(); in Initialize() local 206 if (ObjectFile *object_file = m_module.GetObjectFile()) in GetAllowAssemblyEmulationUnwindPlans() local
|
/external/llvm-project/libc/cmake/modules/ |
D | LLVMLibCObjectRules.cmake | 188 set(object_file "${CMAKE_CURRENT_BINARY_DIR}/${target_name}.o") variable
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | PECallFrameInfo.cpp | 62 UnwindCodesIterator::UnwindCodesIterator(ObjectFilePECOFF &object_file, in UnwindCodesIterator() 148 EHProgramBuilder::EHProgramBuilder(ObjectFilePECOFF &object_file, in EHProgramBuilder() 437 PECallFrameInfo::PECallFrameInfo(ObjectFilePECOFF &object_file, in PECallFrameInfo()
|
/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
D | TestPECallFrameInfo.cpp | 196 ObjectFile *object_file = module_sp->GetObjectFile(); in GetUnwindPlan() local
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 50 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | object.py | 291 def __init__(self, ptr, object_file): argument
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 292 def __init__(self, ptr, object_file): argument
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 41 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local
|
D | DynamicLoaderMacOSXDYLD.cpp | 62 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
|
/external/llvm-project/libcxx/utils/libcxx/ |
D | compiler.py | 198 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
|
/external/libcxx/utils/libcxx/ |
D | compiler.py | 180 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 48 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.cc | 1008 std::unique_ptr<llvm::MemoryBuffer> object_file = in CompileAheadOfTime() local
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 1551 ObjectFile *object_file = exe_module_sp->GetObjectFile(); in AddClangModuleCompilationOptionsForSDKType() local
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 147 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 866 std::string object_file() const { return ObjectFile; } in object_file() function in __anonb0a776b90111::CoverageDataWithObjectFile
|
/external/llvm-project/lldb/source/Core/ |
D | Module.cpp | 1571 ObjectFile *object_file = GetObjectFile(); in SetLoadAddress() local
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 4185 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 796 ObjectFile *object_file = exe_module->GetObjectFile(); in DoLaunch() local
|