Searched refs:m_objfile (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 163 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo() 183 if (ArchSpec arch = m_objfile.GetArchitecture()) { in GetUnwindPlan() 199 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() 256 m_objfile.GetModule()->LogMessage( in ScanIndex() 338 if (ArchSpec arch = m_objfile.GetArchitecture()) { in ScanIndex() 501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 592 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 657 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 818 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() [all …]
|
| H A D | DWARFCallFrameInfo.cpp | 148 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {} in DWARFCallFrameInfo() 164 module_sp->GetObjectFile() != &m_objfile) in GetUnwindPlan() 178 module_sp->GetObjectFile() != &m_objfile) in GetAddressRange() 190 m_objfile.GetSectionList()); in GetAddressRange() 401 m_objfile.GetModule()->LogMessage(log, "Reading EH frame info"); in GetCFIData() 402 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData() 426 if (ArchSpec arch = m_objfile.GetArchitecture()) { in GetFDEIndex() 582 AddressRange range(range_base, m_objfile.GetAddressByteSize(), in FDEToUnwindPlan() 583 m_objfile.GetSectionList()); in FDEToUnwindPlan() 612 m_objfile.GetModule()->ResolveFileAddress(lsda_data_file_address, in FDEToUnwindPlan() [all …]
|
| H A D | Symtab.cpp | 30 : m_objfile(objfile), m_symbols(), m_file_addr_to_index(*this), in Symtab() 88 const FileSpec &file_spec = m_objfile->GetFileSpec(); in Dump() 90 if (m_objfile->GetModule()) in Dump() 91 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 319 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes() 339 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes() 943 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() 1070 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 141 ObjectFile *GetObjectFile() { return m_objfile; } in GetObjectFile() 174 ObjectFile *m_objfile; variable
|
| H A D | CompactUnwindInfo.h | 139 ObjectFile &m_objfile; variable
|
| H A D | DWARFCallFrameInfo.h | 145 ObjectFile &m_objfile; variable
|