Searched refs:AbbrCode (Results 1 – 3 of 3) sorted by relevance
54 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()
35 getAbbreviationDeclaration(uint32_t AbbrCode) const;
100 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast() local101 if (0 == AbbrCode) { in extractFast()106 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()