Searched refs:DWARFDebugInfo (Results 1 – 9 of 9) sorted by relevance
33 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, DWARFContext &context) 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()157 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()171 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash()179 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits()[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; variable211 DWARFDebugInfo &DebugInfo();510 std::unique_ptr<DWARFDebugInfo> m_info;
71 DWARFDebugInfo &m_debug_info;
18 class DWARFDebugInfo; variable
45 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index()47 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index()175 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
61 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
431 DWARFDebugInfo &info = DebugInfo(); in GetTypes()710 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()714 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()857 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable()1970 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded()2159 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext()2622 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction()2947 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()4249 DWARFDebugInfo &info = DebugInfo(); in GetSeparateDebugInfo()
554 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp