Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDCompactUnwindInfo.cpp135 m_objfile (objfile), in CompactUnwindInfo()
171 if (m_objfile.GetArchitecture (arch)) in GetUnwindPlan()
184 SectionList *sl = m_objfile.GetSectionList (); in GetUnwindPlan()
188 … function_info.valid_range_offset_start + m_objfile.GetHeaderAddress().GetFileAddress(); in GetUnwindPlan()
238 m_objfile.GetModule()->LogMessage(log, "Reading compact unwind first-level indexes"); in ScanIndex()
262 m_objfile.ReadSectionData (m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
492 SectionList *sl = m_objfile.GetSectionList (); in GetCompactUnwindInfoForFunction()
504 … addr_t function_offset = address.GetFileAddress() - m_objfile.GetHeaderAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
569 SectionList *sl = m_objfile.GetSectionList (); in GetCompactUnwindInfoForFunction()
573 addr_t objfile_header_file_address = m_objfile.GetHeaderAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
[all …]
HDDWARFCallFrameInfo.cpp32 m_objfile (objfile), in DWARFCallFrameInfo()
58 …() == nullptr || module_sp->GetObjectFile() == nullptr || module_sp->GetObjectFile() != &m_objfile) in GetUnwindPlan()
73 …() == nullptr || module_sp->GetObjectFile() == nullptr || module_sp->GetObjectFile() != &m_objfile) in GetAddressRange()
83 range = AddressRange(fde_entry->base, fde_entry->size, m_objfile.GetSectionList()); in GetAddressRange()
294 m_objfile.GetModule()->LogMessage(log, "Reading EH frame info"); in GetCFIData()
295 m_objfile.ReadSectionData (m_section_sp.get(), m_cfi_data); in GetCFIData()
317 …Timer scoped_timer (__PRETTY_FUNCTION__, "%s - %s", __PRETTY_FUNCTION__, m_objfile.GetFileSpec().G… in GetFDEIndex()
451 AddressRange range (range_base, m_objfile.GetAddressByteSize(), m_objfile.GetSectionList()); in FDEToUnwindPlan()
478 m_objfile.GetModule()->ResolveFileAddress (lsda_data_file_address, lsda_data); in FDEToUnwindPlan()
479 m_objfile.GetModule()->ResolveFileAddress (cie->personality_loc, personality_function_ptr); in FDEToUnwindPlan()
HDSymtab.cpp29 m_objfile (objfile), in Symtab()
95 const FileSpec &file_spec = m_objfile->GetFileSpec(); in Dump()
97 if (m_objfile->GetModule()) in Dump()
98 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
320 … entry.cstring = ConstString(m_objfile->StripLinkerSymbolAnnotations(entry.cstring)).GetCString(); in InitNameIndexes()
388 … entry.cstring = ConstString(m_objfile->StripLinkerSymbolAnnotations(entry.cstring)).GetCString(); in InitNameIndexes()
964 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes()
1082 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymtab.h109 return m_objfile; in GetObjectFile()
119 ObjectFile * m_objfile; variable
HDDWARFCallFrameInfo.h144 ObjectFile& m_objfile; variable
HDCompactUnwindInfo.h136 ObjectFile &m_objfile; variable