Home
last modified time | relevance | path

Searched refs:getAbbreviations (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFCompileUnit.cpp20 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
DDWARFTypeUnit.cpp29 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset()) in dump()
DDWARFUnit.h108 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function
DDWARFDebugInfoEntry.cpp106 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()