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()
62 uint32_t AbbrCode) const { in getAbbreviationDeclaration()65 if (Decl.getCode() == AbbrCode) in getAbbreviationDeclaration()70 if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size()) in getAbbreviationDeclaration()72 return &Decls[AbbrCode - FirstAbbrCode]; in getAbbreviationDeclaration()
41 getAbbreviationDeclaration(uint32_t AbbrCode) const;
267 encodeULEB128(Entry.AbbrCode, OS); in writeDIE()268 uint32_t AbbrCode = Entry.AbbrCode; in writeDIE() local269 if (AbbrCode == 0 || Entry.Values.empty()) in writeDIE()283 if (AbbrCode > AbbrevDecls.size()) in writeDIE()288 const DWARFYAML::Abbrev &Abbrev = AbbrevDecls[AbbrCode - 1]; in writeDIE()
239 IO.mapRequired("AbbrCode", Entry.AbbrCode); in mapping()
40 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { in getCUAbbrev() argument43 while (AbbrevData.getULEB128(&Offset) != AbbrCode) { in getCUAbbrev()106 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers() local108 uint64_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode); in getCUIdentifiers()
101 llvm::yaml::Hex32 AbbrCode; member