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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp48 ObjectFile *object_file = m_module.GetObjectFile(); local
49 if (!object_file)
52 m_object_file_unwind_up = object_file->CreateCallFrameInfo();
61 new DWARFCallFrameInfo(*object_file, sect, DWARFCallFrameInfo::EH));
67 new DWARFCallFrameInfo(*object_file, sect, DWARFCallFrameInfo::DWARF));
72 m_compact_unwind_up.reset(new CompactUnwindInfo(*object_file, sect));
79 m_arm_unwind_up.reset(new ArmUnwindInfo(*object_file, sect, sect_extab));
204 if (ObjectFile *object_file = m_module.GetObjectFile())
205 return object_file->AllowAssemblyEmulationUnwindPlans();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp37 ObjectFile *object_file = exe_module->GetObjectFile(); local
38 if (object_file) {
39 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1541 ObjectFile *object_file = GetObjectFile(); local
1542 if (object_file != nullptr) {
1543 changed = object_file->SetLoadAddress(target, value, value_is_offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4146 ObjectFile *object_file = symbol_file->GetObjectFile(); local
4148 if (object_file && object_file->GetFileSpec() == symbol_fspec) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp804 ObjectFile *object_file = exe_module->GetObjectFile();
805 if (object_file) {

Completed in 140 milliseconds