Searched refs:AbbrCode (Results 1 – 4 of 4) 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()
191 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast() local192 if (0 == AbbrCode) { in extractFast()197 AbbrevDecl = U->getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
34 getAbbreviationDeclaration(uint32_t AbbrCode) const;
92 static uint32_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { in getCUAbbrev() argument96 while ((CurCode = AbbrevData.getULEB128(&Offset)) != AbbrCode) { in getCUAbbrev()141 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers() local144 uint32_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode); in getCUIdentifiers()