Home
last modified time | relevance | path

Searched refs:AbbrCode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.cpp54 uint32_t AbbrCode) const { in getAbbreviationDeclaration()
57 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration()
62 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size()) in getAbbreviationDeclaration()
64 return &Decls[AbbrCode - FirstAbbrCode]; in getAbbreviationDeclaration()
DDWARFDebugAbbrev.h35 getAbbreviationDeclaration(uint32_t AbbrCode) const;
DDWARFDebugInfoEntry.cpp100 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast() local
101 if (0 == AbbrCode) { in extractFast()
106 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()