Home
last modified time | relevance | path

Searched refs:getAbbreviations (Results 1 – 6 of 6) 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.cpp197 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.h63 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function
DDWARFDebugInfoEntry.cpp109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extractFast()
223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extract()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h194 const DWARFAbbreviationDeclarationSet *getAbbreviations() const { in getAbbreviations() function