Home
last modified time | relevance | path

Searched refs:Abbrevs (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h80 Abbrevs.push_back(Abbv); in appendCreate()
86 Abbrevs.push_back(Abbrv); in append()
90 for (NaClBitCodeAbbrev *Abbrv : NewAbbrevs.Abbrevs) in appendList()
94 NaClBitCodeAbbrev *last() { return Abbrevs.back(); } in last()
97 Abbrevs.back()->dropRef(); in popLast()
98 Abbrevs.pop_back(); in popLast()
102 while (!Abbrevs.empty()) in clear()
106 const AbbrevListVector &getVector() const { return Abbrevs; } in getVector()
110 AbbrevListVector Abbrevs;
121 explicit BlockInfo(unsigned BlockID) : BlockID(BlockID), Abbrevs() {} in BlockInfo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp24 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
93 return Die.computeOffsetsAndAbbrevs(Asm, Abbrevs, Offset); in computeSizeAndOffset()
96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); } in emitAbbrevs()
DDwarfFile.h55 DIEAbbrevSet Abbrevs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h61 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
223 CurAbbrevs.insert(CurAbbrevs.end(), Info->Abbrevs.begin(), in EnterSubblock()
224 Info->Abbrevs.end()); in EnterSubblock()
538 Info.Abbrevs.push_back(std::move(Abbv)); in EmitBlockInfoAbbrev()
540 return Info.Abbrevs.size()-1+bitc::FIRST_APPLICATION_ABBREV; in EmitBlockInfoAbbrev()
DBitstreamReader.h43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp30 CurAbbrevs.insert(CurAbbrevs.end(), Info->Abbrevs.begin(), in EnterSubBlock()
31 Info->Abbrevs.end()); in EnterSubBlock()
438 CurBlockInfo->Abbrevs.push_back(std::move(CurAbbrevs.back())); in ReadBlockInfoBlock()
/third_party/openssl/VMS/
Dopenssl_shutdown.com.in27 $ ! Abbrevs
Dopenssl_startup.com.in88 $ ! Abbrevs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h101 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h592 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs() argument
594 for (const auto &Abbrev : Abbrevs) in emitDwarfAbbrevs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp367 Abbrevs = nullptr; in clear()
851 if (!Abbrevs) in getAbbreviations()
852 Abbrevs = Abbrev->getAbbreviationDeclarationSet(Header.getAbbrOffset()); in getAbbreviations()
853 return Abbrevs; in getAbbreviations()
DDWARFAcceleratorTable.cpp516 if (!Abbrevs.insert(std::move(*AbbrevOr)).second) in extract()
610 const auto AbbrevIt = Abbrevs.find_as(AbbrevCode); in getEntry()
611 if (AbbrevIt == Abbrevs.end()) in getEntry()
714 for (const auto &Abbr : Abbrevs) in dumpAbbreviations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h386 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
451 return Abbrevs; in getAbbrevs()
DDWARFUnit.h226 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable