Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp49 ObjectFile *object_file = m_module.GetObjectFile(); in Initialize() local
93 ObjectFile *object_file = m_module.GetObjectFile(); in Update() local
251 if (ObjectFile *object_file = m_module.GetObjectFile()) in GetAllowAssemblyEmulationUnwindPlans() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp51 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp228 if (const auto object_file = section_sp->GetObjectFile()) in GetDescription() local
H A DModule.cpp1499 ObjectFile *object_file = GetObjectFile(); in SetLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2662 ObjectFile *object_file = m_objc_module_sp->GetObjectFile(); in WarnIfNoExpandedSharedCache() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4364 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1744 auto *object_file = module.GetObjectFile(); in ModulesDidUnload() local