Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h34 getAbbreviationDeclaration(uint32_t AbbrCode) const;
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAbbrev.h47 getAbbreviationDeclaration(uint32_t abbrCode) const;
DDWARFDebugAbbrev.cpp41 DWARFAbbreviationDeclarationSet::getAbbreviationDeclaration(uint32_t abbrCode) in getAbbreviationDeclaration() function in DWARFAbbreviationDeclarationSet
DDWARFDebugInfoEntry.cpp109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extractFast()
223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extract()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp53 DWARFAbbreviationDeclarationSet::getAbbreviationDeclaration( in getAbbreviationDeclaration() function in DWARFAbbreviationDeclarationSet
DDWARFDebugInfoEntry.cpp197 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()