Home
last modified time | relevance | path

Searched defs:object_file (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp48 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/
DLLVMLibCObjectRules.cmake188 set(object_file "${CMAKE_CURRENT_BINARY_DIR}/${target_name}.o") variable
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp62 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/
DTestPECallFrameInfo.cpp196 ObjectFile *object_file = module_sp->GetObjectFile(); in GetUnwindPlan() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp50 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
/external/llvm/bindings/python/llvm/
Dobject.py292 def __init__(self, ptr, object_file): argument
/external/llvm-project/llvm/bindings/python/llvm/
Dobject.py291 def __init__(self, ptr, object_file): argument
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp41 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local
DDynamicLoaderMacOSXDYLD.cpp62 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
/external/libcxx/utils/libcxx/
Dcompiler.py180 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
/external/llvm-project/libcxx/utils/libcxx/
Dcompiler.py198 def compileLinkTwoSteps(self, source_file, out=None, object_file=None, argument
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.cpp48 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc1008 std::unique_ptr<llvm::MemoryBuffer> object_file = in CompileAheadOfTime() local
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1551 ObjectFile *object_file = exe_module_sp->GetObjectFile(); in AddClangModuleCompilationOptionsForSDKType() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp147 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local
/external/llvm/tools/sancov/
Dsancov.cc866 std::string object_file() const { return ObjectFile; } in object_file() function in __anon15e54a520111::CoverageDataWithObjectFile
/external/llvm-project/lldb/source/Core/
DModule.cpp1571 ObjectFile *object_file = GetObjectFile(); in SetLoadAddress() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp4185 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp796 ObjectFile *object_file = exe_module->GetObjectFile(); in DoLaunch() local