Searched refs:DWARFDebugInfo (Results 1 – 9 of 9) sorted by relevance
34 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, DWARFContext &context) in DWARFDebugInfo() function in DWARFDebugInfo37 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()79 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()124 DWARFUnit *DWARFDebugInfo::GetSkeletonUnit(DWARFUnit *dwo_unit) { in GetSkeletonUnit()173 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded()181 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits()186 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()193 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()211 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()226 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()[all …]
26 class DWARFDebugInfo {33 explicit DWARFDebugInfo(SymbolFileDWARF &dwarf, DWARFContext &context);83 DWARFDebugInfo(const DWARFDebugInfo &) = delete;84 const DWARFDebugInfo &operator=(const DWARFDebugInfo &) = delete;
54 class DWARFDebugInfo; variable212 DWARFDebugInfo &DebugInfo();517 std::unique_ptr<DWARFDebugInfo> m_info;
46 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index()48 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index()184 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
19 class DWARFDebugInfo; variable
82 DWARFDebugInfo &m_debug_info;
61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
431 DWARFDebugInfo &info = DebugInfo(); in GetTypes()724 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()728 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()857 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()1948 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()2141 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()2598 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()2648 DWARFDebugInfo &info = DebugInfo(); in GetDebugInfoSize()4145 DWARFDebugInfo &info = DebugInfo(); in GetSeparateDebugInfo()4429 DWARFDebugInfo &info = DebugInfo(); in GetDwoFileCounts()
586 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp