Searched refs:AbbrCode (Results 1 – 7 of 7) sorted by relevance
37 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast() local38 if (0 == AbbrCode) { in extractFast()54 AbbrevDecl = AbbrevSet->getAbbreviationDeclaration(AbbrCode); in extractFast()61 U.getOffset(), AbbrCode, *OffsetPtr, in extractFast()
63 uint32_t AbbrCode) const { in getAbbreviationDeclaration() 66 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration() 71 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size()) in getAbbreviationDeclaration() 73 return &Decls[AbbrCode - FirstAbbrCode]; in getAbbreviationDeclaration()
40 getAbbreviationDeclaration(uint32_t AbbrCode) const;
271 encodeULEB128(Entry.AbbrCode, OS); in writeDIE()272 uint32_t AbbrCode = Entry.AbbrCode; in writeDIE() local273 if (AbbrCode == 0 || Entry.Values.empty()) in writeDIE()287 if (AbbrCode > AbbrevDecls.size()) in writeDIE()292 const DWARFYAML::Abbrev &Abbrev = AbbrevDecls[AbbrCode - 1]; in writeDIE()
223 IO.mapRequired("AbbrCode", Entry.AbbrCode); in mapping()
42 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { in getCUAbbrev() argument45 while (AbbrevData.getULEB128(&Offset) != AbbrCode) { in getCUAbbrev()108 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers() local110 uint64_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode); in getCUIdentifiers()
100 llvm::yaml::Hex32 AbbrCode; member