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()
50 class DWARFDebugAbbrev {64 DWARFDebugAbbrev();
30 OwningPtr<DWARFDebugAbbrev> Abbrev;60 const DWARFDebugAbbrev *getDebugAbbrev();
6 DWARFDebugAbbrev.cpp
57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev()63 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev()
31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract()