Home
last modified time | relevance | path

Searched refs:DWARFDebugAbbrev (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.cpp58 DWARFDebugAbbrev::DWARFDebugAbbrev() : in DWARFDebugAbbrev() function in DWARFDebugAbbrev
63 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()
DDWARFContext.h31 OwningPtr<DWARFDebugAbbrev> Abbrev;
38 OwningPtr<DWARFDebugAbbrev> AbbrevDWO;
88 const DWARFDebugAbbrev *getDebugAbbrev();
94 const DWARFDebugAbbrev *getDebugAbbrevDWO();
DDWARFCompileUnit.h21 class DWARFDebugAbbrev; variable
26 const DWARFDebugAbbrev *Abbrev;
46 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, in DWARFCompileUnit()
DDWARFDebugAbbrev.h50 class DWARFDebugAbbrev {
64 DWARFDebugAbbrev();
DCMakeLists.txt6 DWARFDebugAbbrev.cpp
DDWARFContext.cpp119 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()