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/ |
D | NaClBitstreamReader.h | 80 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/ |
D | DwarfFile.cpp | 24 : 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()
|
D | DwarfFile.h | 55 DIEAbbrevSet Abbrevs; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamWriter.h | 61 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()
|
D | BitstreamReader.h | 43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 30 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/ |
D | openssl_shutdown.com.in | 27 $ ! Abbrevs
|
D | openssl_startup.com.in | 88 $ ! Abbrevs
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 101 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/ |
D | AsmPrinter.h | 592 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/ |
D | DWARFUnit.cpp | 367 Abbrevs = nullptr; in clear() 851 if (!Abbrevs) in getAbbreviations() 852 Abbrevs = Abbrev->getAbbreviationDeclarationSet(Header.getAbbrOffset()); in getAbbreviations() 853 return Abbrevs; in getAbbreviations()
|
D | DWARFAcceleratorTable.cpp | 516 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/ |
D | DWARFAcceleratorTable.h | 386 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable 451 return Abbrevs; in getAbbrevs()
|
D | DWARFUnit.h | 226 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
|