Searched refs:m_objfile (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 164 : 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() 204 m_objfile.GetBaseAddress().GetFileAddress(); in GetUnwindPlan() 257 m_objfile.GetModule()->LogMessage( in ScanIndex() 282 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex() 338 if (ArchSpec arch = m_objfile.GetArchitecture()) { in ScanIndex() 501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 512 address.GetFileAddress() - m_objfile.GetBaseAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction() 573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() [all …]
|
H A D | Symtab.cpp | 35 : 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() 96 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 285 ElapsedTime elapsed(m_objfile->GetModule()->GetSymtabIndexTime()); in InitNameIndexes() 337 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes() 359 m_objfile->StripLinkerSymbolAnnotations(name.GetStringRef())); in InitNameIndexes() 962 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() 1092 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList() 1180 strm << m_objfile->GetModule()->GetCacheKey() << "-symtab-" in GetCacheKey() [all …]
|
H A D | DWARFCallFrameInfo.cpp | 152 : 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() 426 LLDB_SCOPED_TIMERF("%s", m_objfile.GetFileSpec().GetFilename().AsCString("")); in GetFDEIndex() 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() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symtab.h | 137 ObjectFile *GetObjectFile() const { return m_objfile; } in GetObjectFile() 273 ObjectFile *m_objfile; variable
|
H A D | CompactUnwindInfo.h | 139 ObjectFile &m_objfile; variable
|
H A D | DWARFCallFrameInfo.h | 147 ObjectFile &m_objfile; variable
|