Searched refs:AbbrCode (Results 1 – 7 of 7) sorted by relevance
58 uint32_t AbbrCode) const { in getAbbreviationDeclaration()61 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration()66 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size()) in getAbbreviationDeclaration()68 return &Decls[AbbrCode - FirstAbbrCode]; in getAbbreviationDeclaration()
36 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast() local37 if (0 == AbbrCode) { in extractFast()42 AbbrevDecl = U.getAbbreviations()->getAbbreviationDeclaration(AbbrCode); in extractFast()
50 auto FirstAbbrevCode = Unit.Entries[0].AbbrCode; in traverseDebugInfo()54 if (Entry.AbbrCode == 0u) in traverseDebugInfo()56 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; in traverseDebugInfo()
156 encodeULEB128(DIE.AbbrCode, OS); in onStartDIE()325 Length += getULEB128Size(DIE.AbbrCode); in onStartDIE()
110 IO.mapRequired("AbbrCode", Entry.AbbrCode); in mapping()
41 getAbbreviationDeclaration(uint32_t AbbrCode) const;
97 llvm::yaml::Hex32 AbbrCode; member