Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A 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()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1557 ObjectFile *object_file = GetObjectFile(); in SetLoadAddress() local
1558 if (object_file != nullptr) { in SetLoadAddress()
1559 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4088 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local
4089 if (object_file && object_file->GetFileSpec() == symbol_fspec) { in AddModuleSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp802 ObjectFile *object_file = exe_module->GetObjectFile(); in DoLaunch() local
803 if (object_file) { in DoLaunch()