Searched refs:m_objfile (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 32 m_objfile (objfile), in DWARFCallFrameInfo() 58 …sp.get() == NULL || module_sp->GetObjectFile() == NULL || module_sp->GetObjectFile() != &m_objfile) in GetUnwindPlan() 73 …sp.get() == NULL || module_sp->GetObjectFile() == NULL || module_sp->GetObjectFile() != &m_objfile) in GetAddressRange() 83 range = AddressRange(fde_entry->base, fde_entry->size, m_objfile.GetSectionList()); in GetAddressRange() 309 m_objfile.GetModule()->LogMessage(log, "Reading EH frame info"); in GetCFIData() 310 m_objfile.ReadSectionData (m_section_sp.get(), m_cfi_data); in GetCFIData() 332 …Timer scoped_timer (__PRETTY_FUNCTION__, "%s - %s", __PRETTY_FUNCTION__, m_objfile.GetFileSpec().G… in GetFDEIndex() 425 AddressRange range (range_base, m_objfile.GetAddressByteSize(), m_objfile.GetSectionList()); in FDEToUnwindPlan()
|
D | Symtab.cpp | 28 m_objfile (objfile), in Symtab() 87 const FileSpec &file_spec = m_objfile->GetFileSpec(); in Dump() 89 if (m_objfile->GetModule()) in Dump() 90 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 977 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes() 1095 sc.module_sp = m_objfile->GetModule(); in SymbolIndicesToSymbolContextList()
|
/external/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 128 ObjectFile& m_objfile; variable
|
D | Symtab.h | 106 ObjectFile * m_objfile; variable
|