Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp49 ObjectFile *object_file = m_module.GetObjectFile(); in Initialize() local
50 if (!object_file) in Initialize()
53 m_object_file_unwind_up = object_file->CreateCallFrameInfo(); in Initialize()
62 *object_file, sect, DWARFCallFrameInfo::EH); in Initialize()
68 *object_file, sect, DWARFCallFrameInfo::DWARF); in Initialize()
74 std::make_unique<CompactUnwindInfo>(*object_file, sect); in Initialize()
82 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp51 ObjectFile *object_file = exe_module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
52 if (object_file) { in LLDB_PLUGIN_DEFINE()
53 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage); in LLDB_PLUGIN_DEFINE()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1502 ObjectFile *object_file = GetObjectFile(); in SetLoadAddress() local
1503 if (object_file != nullptr) { in SetLoadAddress()
1504 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2686 ObjectFile *object_file = m_objc_module_sp->GetObjectFile(); in WarnIfNoExpandedSharedCache() local
2687 if (!object_file) in WarnIfNoExpandedSharedCache()
2690 if (!object_file->IsInMemory()) in WarnIfNoExpandedSharedCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1749 auto *object_file = module.GetObjectFile(); in ModulesDidUnload() local
1751 if (!object_file) in ModulesDidUnload()
1754 auto type = object_file->GetType(); in ModulesDidUnload()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4457 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local
4458 if (object_file && object_file->GetFileSpec() == symbol_fspec) { in AddModuleSymbols()