Searched refs:DWARFDebugInfo (Results 1 – 11 of 11) sorted by relevance
32 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, in DWARFDebugInfo() function in DWARFDebugInfo36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()78 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()105 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded()113 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits()118 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex()125 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()143 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()162 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()[all …]
26 class DWARFDebugInfo {34 explicit DWARFDebugInfo(SymbolFileDWARF &dwarf,80 DWARFDebugInfo(const DWARFDebugInfo &) = delete;81 const DWARFDebugInfo &operator=(const DWARFDebugInfo &) = delete;
24 DWARFDebugInfo.cpp
48 class DWARFDebugInfo; variable230 DWARFDebugInfo &DebugInfo();548 std::unique_ptr<DWARFDebugInfo> m_info;
70 DWARFDebugInfo &m_debug_info;
16 class DWARFDebugInfo; variable
44 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index()46 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index()174 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
60 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
371 DWARFDebugInfo &info = DebugInfo(); in GetTypes()636 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()640 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()783 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()1819 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()2008 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()2457 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()2802 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
27 DWARFDebugInfo.cpp \
57 "DWARFDebugInfo.cpp",