Searched refs:DWARFDebugAbbrev (Results 1 – 6 of 6) sorted by relevance
58 DWARFDebugAbbrev::DWARFDebugAbbrev() : in DWARFDebugAbbrev() function in DWARFDebugAbbrev63 void DWARFDebugAbbrev::parse(DataExtractor data) { in parse()78 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { in dump()92 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t cu_abbr_offset) const { in getAbbreviationDeclarationSet()
31 OwningPtr<DWARFDebugAbbrev> Abbrev;38 OwningPtr<DWARFDebugAbbrev> AbbrevDWO;88 const DWARFDebugAbbrev *getDebugAbbrev();94 const DWARFDebugAbbrev *getDebugAbbrevDWO();
21 class DWARFDebugAbbrev; variable26 const DWARFDebugAbbrev *Abbrev;46 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, in DWARFCompileUnit()
50 class DWARFDebugAbbrev {64 DWARFDebugAbbrev();
6 DWARFDebugAbbrev.cpp
119 const DWARFDebugAbbrev *D = getDebugAbbrevDWO(); in dump()158 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev()164 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev()169 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO()174 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()