Searched refs:m_objfile (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 164 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo() 186 if (ArchSpec arch = m_objfile.GetArchitecture()) { in GetUnwindPlan() 202 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() 258 m_objfile.GetModule()->LogMessage( in ScanIndex() 340 if (ArchSpec arch = m_objfile.GetArchitecture()) { in ScanIndex() 503 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 575 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 594 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 659 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 819 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() [all …]
|
| H A D | DWARFCallFrameInfo.cpp | 152 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {} in DWARFCallFrameInfo() 161 module_sp->GetObjectFile() != &m_objfile) in GetUnwindPlan() 175 module_sp->GetObjectFile() != &m_objfile) in GetAddressRange() 187 m_objfile.GetSectionList()); in GetAddressRange() 400 m_objfile.GetModule()->LogMessage(log, "Reading EH frame info"); in GetCFIData() 401 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() 609 m_objfile.GetModule()->ResolveFileAddress(lsda_data_file_address, in FDEToUnwindPlan() [all …]
|
| H A D | Symtab.cpp | 33 : m_objfile(objfile), m_symbols(), m_file_addr_to_index(), in Symtab() 79 const FileSpec &file_spec = m_objfile->GetFileSpec(); in Dump() 81 if (m_objfile->GetModule()) in Dump() 82 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 316 entry.cstring = ConstString(m_objfile->StripLinkerSymbolAnnotations( in InitNameIndexes() 337 entry.cstring = ConstString(m_objfile->StripLinkerSymbolAnnotations( in InitNameIndexes() 918 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() 1045 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 144 ObjectFile *GetObjectFile() { return m_objfile; } in GetObjectFile() 155 ObjectFile *m_objfile; variable
|
| H A D | CompactUnwindInfo.h | 146 ObjectFile &m_objfile; variable
|
| H A D | DWARFCallFrameInfo.h | 142 ObjectFile &m_objfile; variable
|