Home
last modified time | relevance | path

Searched refs:obj_file (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp58 ObjectFilePECOFF *obj_file = in CreateInstance()
60 if (!obj_file) in CreateInstance()
63 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance()
68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
76 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
83 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
59 ObjectFilePECOFF *obj_file = CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp60 ObjectFileWasm *obj_file = in CreateInstance()
62 if (!obj_file) in CreateInstance()
66 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
74 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
76 module_spec.GetUUID() = obj_file->GetUUID(); in CreateInstance()
82 obj_file->GetExternalDebugInfoFileSpec(); in CreateInstance()
61 ObjectFileWasm *obj_file = CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp58 ObjectFileELF *obj_file = in CreateInstance()
60 if (!obj_file) in CreateInstance()
63 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance()
68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
76 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
83 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
59 ObjectFileELF *obj_file = CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp344 ObjectFile *obj_file = GetObjectFile(); in GetUUID() local
346 if (obj_file != nullptr) { in GetUUID()
347 m_uuid = obj_file->GetUUID(); in GetUUID()
504 if (ObjectFile *obj_file = sc.module_sp->GetObjectFile()) in ResolveSymbolContextForAddress() local
506 obj_file->ResolveSymbolForAddress(so_addr, verify_unique); in ResolveSymbolContextForAddress()
1006 ObjectFile *obj_file = GetObjectFile(); in GetSymbolFile() local
1007 if (obj_file != nullptr) { in GetSymbolFile()
1227 ObjectFile *obj_file = GetObjectFile(); in GetSectionList() local
1228 if (obj_file != nullptr) in GetSectionList()
1229 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
[all …]
H A DDynamicLoader.cpp145 ObjectFile *obj_file = module->GetObjectFile(); in GetSectionListFromModule() local
146 if (obj_file != nullptr) { in GetSectionListFromModule()
147 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
H A DSection.cpp158 Section::Section(const ModuleSP &module_sp, ObjectFile *obj_file, in Section() argument
165 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
174 const ModuleSP &module_sp, ObjectFile *obj_file, in Section() argument
181 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
H A DAddress.cpp1036 ObjectFile *obj_file = module_sp->GetObjectFile(); in GetAddressClass() local
1037 if (obj_file) { in GetAddressClass()
1041 return obj_file->GetAddressClass(GetFileAddress()); in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h26 virtual void PopulateSymtab(lldb_private::ObjectFile *obj_file,
28 virtual void PopulateSectionList(lldb_private::ObjectFile *obj_file,
H A DIRExecutionUnit.h94 void PopulateSymtab(lldb_private::ObjectFile *obj_file,
97 void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h116 Section(const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
127 const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp533 ObjectFile *obj_file = module->GetObjectFile(); in GetSectionListFromModule() local
534 if (obj_file) { in GetSectionListFromModule()
535 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp98 ObjectFile *obj_file = module_sp->GetObjectFile(); in IsFileBacked() local
99 if (!obj_file) in IsFileBacked()
102 return !obj_file->IsInMemory(); in IsFileBacked()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp412 ObjectFile *obj_file = GetObjectFile(); in GetModuleByCompUnitInfo() local
435 obj_file->GetModule()->ReportError( in GetModuleByCompUnitInfo()
468 obj_file->GetModule(), GetCompUnitInfoIndex(comp_unit_info), oso_file, in GetModuleByCompUnitInfo()
855 ObjectFile *obj_file = GetObjectFile(); in ResolveSymbolContext() local
859 obj_file ? obj_file->GetFileSpec() in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1158 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file, in PopulateSymtab() argument
1164 lldb_private::ObjectFile *obj_file, in PopulateSectionList() argument
1169 obj_file->GetModule(), obj_file, record.m_section_id, in PopulateSectionList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp84 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); in ResolveRendezvousAddress()
85 Address addr = obj_file->GetImageInfoAddress(target); in ResolveRendezvousAddress()
58 ObjectFile *obj_file = target->GetExecutableModule()->GetObjectFile(); ResolveRendezvousAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp469 ObjectFile *obj_file = GetTarget().GetExecutableModule()->GetObjectFile(); in GetImageInfoAddress() local
470 Address addr = obj_file->GetImageInfoAddress(&GetTarget()); in GetImageInfoAddress()