| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 55 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaBlockInfo() 67 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaRemarkVersion() 86 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaStrTab() 110 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaExternalFile() 132 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 146 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 159 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 171 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 187 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 103 class BitCodeAbbrev { 107 BitCodeAbbrev() = default; 109 explicit BitCodeAbbrev(std::initializer_list<BitCodeAbbrevOp> OperandList) in BitCodeAbbrev() function
|
| H A D | BitstreamWriter.h | 57 std::vector<std::shared_ptr<BitCodeAbbrev>> CurAbbrevs; 62 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; 73 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; 379 const BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo].get(); in EmitRecordWithAbbrevImpl() 546 void EncodeAbbrev(const BitCodeAbbrev &Abbv) { in EncodeAbbrev() 565 unsigned EmitAbbrev(std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitAbbrev() 607 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
|
| H A D | BitstreamReader.h | 42 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; 364 std::vector<std::shared_ptr<BitCodeAbbrev>> CurAbbrevs; 368 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; 543 Expected<const BitCodeAbbrev *> getAbbrev(unsigned AbbrevID) { in getAbbrev()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 65 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 81 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 106 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 123 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 141 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 153 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 165 template <typename FieldTy> static void emitOps(llvm::BitCodeAbbrev &abbrev) { in emitOps() 175 static void emitOps(llvm::BitCodeAbbrev &abbrev) { in emitOps() 383 auto Abbrev = std::make_shared<llvm::BitCodeAbbrev>();
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | BitcodeWriter.cpp | 31 using AbbrevDsc = void (*)(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev); 33 static void AbbrevGen(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev, in AbbrevGen() 39 static void BoolAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in BoolAbbrev() 46 static void IntAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in IntAbbrev() 53 static void SymbolIDAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in SymbolIDAbbrev() 64 static void StringAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in StringAbbrev() 74 static void LocationAbbrev(std::shared_ptr<llvm::BitCodeAbbrev> &Abbrev) { in LocationAbbrev() 295 auto Abbrev = std::make_shared<llvm::BitCodeAbbrev>(); in emitAbbrev()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 983 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 991 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 999 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1006 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1014 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1715 std::shared_ptr<BitCodeAbbrev> Abbv = std::make_shared<BitCodeAbbrev>(); in createDILocationAbbrev() 1730 std::shared_ptr<BitCodeAbbrev> Abbv = std::make_shared<BitCodeAbbrev>(); in createGenericDINodeAbbrev() 1816 std::shared_ptr<BitCodeAbbrev> Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleMetadata() 1946 Abbv = std::make_shared<BitCodeAbbrev>(); in writeConstants() 1952 Abbv = std::make_shared<BitCodeAbbrev>(); in writeConstants() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 883 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 889 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 897 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 905 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 912 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 920 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 2237 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleMetadata() 3664 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings() 3672 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings() 3680 Abbv = std::make_shared<BitCodeAbbrev>(); in writeModStrings() [all …]
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 414 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { in AddSourceLocationAbbrev() 422 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { in AddRangeLocationAbbrev() 441 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 459 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 470 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 478 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 485 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 494 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 505 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock()
|
| H A D | TestModuleFileExtension.cpp | 28 auto Abv = std::make_shared<llvm::BitCodeAbbrev>(); in writeExtensionContents()
|
| /llvm-project-15.0.7/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 114 Expected<const BitCodeAbbrev *> MaybeAbbv = getAbbrev(AbbrevID); in skipRecord() 118 const BitCodeAbbrev *Abbv = MaybeAbbv.get(); in skipRecord() 239 Expected<const BitCodeAbbrev *> MaybeAbbv = getAbbrev(AbbrevID); in readRecord() 242 const BitCodeAbbrev *Abbv = MaybeAbbv.get(); in readRecord() 363 auto Abbv = std::make_shared<BitCodeAbbrev>(); in ReadAbbrevRecord()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 602 std::shared_ptr<BitCodeAbbrev> Abv; in WriteTypeAbbrevs() 605 Abv = std::make_shared<BitCodeAbbrev>(); in WriteTypeAbbrevs() 2724 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2729 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2734 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2739 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2744 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2750 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2755 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() 2760 Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteSubmodules() [all …]
|
| H A D | ASTWriterDecl.cpp | 1919 std::shared_ptr<BitCodeAbbrev> Abv; in WriteDeclAbbrevs() 1922 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 1955 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 1991 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2041 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2103 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2151 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2180 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2232 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2296 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() [all …]
|
| H A D | GlobalModuleIndex.cpp | 836 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in writeIndex()
|
| /llvm-project-15.0.7/llvm/unittests/Bitstream/ |
| H A D | BitstreamReaderTest.cpp | 106 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 866 const BitCodeAbbrev *Abbv = nullptr; in parseBlock() 868 Expected<const BitCodeAbbrev *> MaybeAbbv = Stream.getAbbrev(Entry.ID); in parseBlock()
|