Home
last modified time | relevance | path

Searched refs:m_objfile (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp164 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo()
184 if (ArchSpec arch = m_objfile.GetArchitecture()) { in GetUnwindPlan()
200 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan()
257 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 DSymtab.cpp35 : m_objfile(objfile), m_symbols(), m_file_addr_to_index(*this), in Symtab()
93 const FileSpec &file_spec = m_objfile->GetFileSpec(); in Dump()
95 if (m_objfile->GetModule()) in Dump()
950 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes()
1080 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList()
1168 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in GetCacheKey()
1169 << llvm::format_hex(m_objfile->GetCacheHash(), 10); in GetCacheKey()
1249 CacheSignature signature(m_objfile); in Encode()
1300 if (CacheSignature(m_objfile) != signature) { in Decode()
1352 m_objfile->GetByteOrder(), in LoadFromCache()
[all …]
H A DDWARFCallFrameInfo.cpp152 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {} in DWARFCallFrameInfo()
168 module_sp->GetObjectFile() != &m_objfile) in GetUnwindPlan()
182 module_sp->GetObjectFile() != &m_objfile) in GetAddressRange()
194 m_objfile.GetSectionList()); in GetAddressRange()
405 m_objfile.GetModule()->LogMessage(log, "Reading EH frame info"); in GetCFIData()
406 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData()
430 if (ArchSpec arch = m_objfile.GetArchitecture()) { in GetFDEIndex()
583 AddressRange range(range_base, m_objfile.GetAddressByteSize(), in FDEToUnwindPlan()
584 m_objfile.GetSectionList()); in FDEToUnwindPlan()
613 m_objfile.GetModule()->ResolveFileAddress(lsda_data_file_address, in FDEToUnwindPlan()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h137 ObjectFile *GetObjectFile() const { return m_objfile; } in GetObjectFile()
273 ObjectFile *m_objfile; variable
H A DCompactUnwindInfo.h139 ObjectFile &m_objfile; variable
H A DDWARFCallFrameInfo.h147 ObjectFile &m_objfile; variable