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

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

Completed in 95 milliseconds