Home
last modified time | relevance | path

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

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