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()
DDWARFDebugAbbrev.h50 class DWARFDebugAbbrev {
64 DWARFDebugAbbrev();
DDWARFContext.h30 OwningPtr<DWARFDebugAbbrev> Abbrev;
60 const DWARFDebugAbbrev *getDebugAbbrev();
DCMakeLists.txt6 DWARFDebugAbbrev.cpp
DDWARFContext.cpp57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev()
63 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev()
DDWARFCompileUnit.cpp31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract()