Home
last modified time | relevance | path

Searched refs:BitCodeAbbrev (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp198 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in WriteTypeTable()
206 Abbv = new BitCodeAbbrev(); in WriteTypeTable()
216 Abbv = new BitCodeAbbrev(); in WriteTypeTable()
225 Abbv = new BitCodeAbbrev(); in WriteTypeTable()
232 Abbv = new BitCodeAbbrev(); in WriteTypeTable()
241 Abbv = new BitCodeAbbrev(); in WriteTypeTable()
447 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in WriteModuleInfo()
592 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in WriteModuleMetadata()
727 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in WriteConstants()
734 Abbv = new BitCodeAbbrev(); in WriteConstants()
[all …]
/external/llvm/include/llvm/Bitcode/
DBitCodes.h161 class BitCodeAbbrev : public RefCountedBase<BitCodeAbbrev> {
164 ~BitCodeAbbrev() = default;
165 friend class RefCountedBase<BitCodeAbbrev>;
DBitstreamWriter.h46 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> CurAbbrevs;
51 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> PrevAbbrevs;
62 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs;
307 const BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo].get(); in EmitRecordWithAbbrevImpl()
476 void EncodeAbbrev(BitCodeAbbrev *Abbv) { in EncodeAbbrev()
496 unsigned EmitAbbrev(BitCodeAbbrev *Abbv) { in EmitAbbrev()
538 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
DBitstreamReader.h38 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs;
419 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> CurAbbrevs;
423 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> PrevAbbrevs;
575 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) { in getAbbrev()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp759 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in writeTypeTable()
766 Abbv = new BitCodeAbbrev(); in writeTypeTable()
775 Abbv = new BitCodeAbbrev(); in writeTypeTable()
784 Abbv = new BitCodeAbbrev(); in writeTypeTable()
791 Abbv = new BitCodeAbbrev(); in writeTypeTable()
800 Abbv = new BitCodeAbbrev(); in writeTypeTable()
1033 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in writeValueSymbolTableForwardDecl()
1128 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in writeModuleInfo()
1258 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in writeModuleInfo()
1333 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in createDILocationAbbrev()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h33 std::vector<BitCodeAbbrev*> Abbrevs;
140 std::vector<BitCodeAbbrev*> CurAbbrevs;
144 std::vector<BitCodeAbbrev*> PrevAbbrevs;
200 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs;
217 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs; in freeState()
476 const BitCodeAbbrev *getAbbrev(unsigned AbbrevID) { in getAbbrev()
492 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID);
557 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in ReadAbbrevRecord()
605 BitCodeAbbrev *Abbv = CurAbbrevs.back(); in ReadBlockInfoBlock()
DBitCodes.h162 class BitCodeAbbrev {
165 ~BitCodeAbbrev() {} in ~BitCodeAbbrev()
167 BitCodeAbbrev() : RefCount(1) {} in BitCodeAbbrev() function
DBitstreamWriter.h42 std::vector<BitCodeAbbrev*> CurAbbrevs;
47 std::vector<BitCodeAbbrev*> PrevAbbrevs;
58 std::vector<BitCodeAbbrev*> Abbrevs;
304 BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo]; in EmitRecordWithAbbrevImpl()
456 void EncodeAbbrev(BitCodeAbbrev *Abbv) { in EncodeAbbrev()
476 unsigned EmitAbbrev(BitCodeAbbrev *Abbv) { in EmitAbbrev()
518 unsigned EmitBlockInfoAbbrev(unsigned BlockID, BitCodeAbbrev *Abbv) { in EmitBlockInfoAbbrev()
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp428 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { in AddSourceLocationAbbrev()
436 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev *Abbrev) { in AddRangeLocationAbbrev()
455 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
473 Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
484 Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
492 Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
499 Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
508 Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
519 Abbrev = new BitCodeAbbrev(); in EmitBlockInfoBlock()
DTestModuleFileExtension.cpp27 BitCodeAbbrev *Abv = new llvm::BitCodeAbbrev(); in writeExtensionContents()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp112 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID); in skipRecord()
187 const BitCodeAbbrev *Abbv = getAbbrev(AbbrevID); in readRecord()
284 BitCodeAbbrev *Abbv = new BitCodeAbbrev(); in ReadAbbrevRecord()
/external/clang/lib/Serialization/
DASTWriter.cpp716 BitCodeAbbrev *Abv; in WriteTypeAbbrevs()
719 Abv = new BitCodeAbbrev(); in WriteTypeAbbrevs()
726 Abv = new BitCodeAbbrev(); in WriteTypeAbbrevs()
1234 auto *MetadataAbbrev = new BitCodeAbbrev(); in WriteControlBlock()
1267 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock()
1287 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock()
1497 auto *FileAbbrev = new BitCodeAbbrev(); in WriteControlBlock()
1515 auto *Abbrev = new BitCodeAbbrev(); in WriteControlBlock()
1553 auto *IFAbbrev = new BitCodeAbbrev(); in WriteInputFiles()
1621 auto *OffsetsAbbrev = new BitCodeAbbrev(); in WriteInputFiles()
[all …]
DASTWriterDecl.cpp1669 BitCodeAbbrev *Abv; in WriteDeclAbbrevs()
1672 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1705 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1741 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1789 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1832 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1879 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1908 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
1956 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
2014 Abv = new BitCodeAbbrev(); in WriteDeclAbbrevs()
[all …]
DGlobalModuleIndex.cpp753 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in writeIndex()
/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp200 BitCodeAbbrev *Abbrev = new BitCodeAbbrev(); in TEST()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp598 const BitCodeAbbrev *Abbv = nullptr; in ParseBlock()