Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp165 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo()
185 if (ArchSpec arch = m_objfile.GetArchitecture()) { in GetUnwindPlan()
201 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan()
258 m_objfile.GetModule()->LogMessage( in ScanIndex()
339 if (ArchSpec arch = m_objfile.GetArchitecture()) { in ScanIndex()
502 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
574 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
593 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
658 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction()
819 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()
94 const FileSpec &file_spec = m_objfile->GetFileSpec(); in Dump()
96 if (m_objfile->GetModule()) in Dump()
946 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes()
1079 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList()
1167 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in GetCacheKey()
1168 << llvm::format_hex(m_objfile->GetCacheHash(), 10); in GetCacheKey()
1248 CacheSignature signature(m_objfile); in Encode()
1299 if (CacheSignature(m_objfile) != signature) { in Decode()
1351 m_objfile->GetByteOrder(), in LoadFromCache()
[all …]
H A DDWARFCallFrameInfo.cpp151 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {} in DWARFCallFrameInfo()
167 module_sp->GetObjectFile() != &m_objfile) in GetUnwindPlan()
181 module_sp->GetObjectFile() != &m_objfile) in GetAddressRange()
193 m_objfile.GetSectionList()); in GetAddressRange()
404 m_objfile.GetModule()->LogMessage(log, "Reading EH frame info"); in GetCFIData()
405 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData()
429 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 …]
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymtab.h134 ObjectFile *GetObjectFile() const { return m_objfile; } in GetObjectFile()
270 ObjectFile *m_objfile; variable
H A DCompactUnwindInfo.h139 ObjectFile &m_objfile; variable
H A DDWARFCallFrameInfo.h146 ObjectFile &m_objfile; variable