/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkSerializer.cpp | 56 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaBlockInfo() 68 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaRemarkVersion() 87 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaStrTab() 111 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaExternalFile() 133 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 147 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 160 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 172 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 188 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo()
|
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 66 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 82 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 107 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 124 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 142 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 154 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() 166 template <typename FieldTy> static void emitOps(llvm::BitCodeAbbrev &abbrev) { in emitOps() 176 static void emitOps(llvm::BitCodeAbbrev &abbrev) { in emitOps() 384 auto Abbrev = std::make_shared<llvm::BitCodeAbbrev>();
|
/llvm-project/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 | 64 std::vector<std::shared_ptr<BitCodeAbbrev>> CurAbbrevs; 73 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; 84 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; 465 const BitCodeAbbrev *Abbv = CurAbbrevs[AbbrevNo].get(); in EmitRecordWithAbbrevImpl() 632 void EncodeAbbrev(const BitCodeAbbrev &Abbv) { in EncodeAbbrev() 651 unsigned EmitAbbrev(std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitAbbrev() 693 unsigned EmitBlockInfoAbbrev(unsigned BlockID, std::shared_ptr<BitCodeAbbrev> Abbv) { in EmitBlockInfoAbbrev()
|
H A D | BitstreamReader.h | 43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; 363 std::vector<std::shared_ptr<BitCodeAbbrev>> CurAbbrevs; 367 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; 542 Expected<const BitCodeAbbrev *> getAbbrev(unsigned AbbrevID) { in getAbbrev()
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 407 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeBlob() 957 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 964 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 972 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 980 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 987 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 995 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1222 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() 1693 std::shared_ptr<BitCodeAbbrev> Abbv = std::make_shared<BitCodeAbbrev>(); in writeDIImportedEntity() [all...] |
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1053 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1059 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1067 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1075 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1082 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1090 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1393 auto Abbv = std::make_shared<BitCodeAbbrev>(); in serializeSanitizerMetadata() 1500 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() 1538 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() 1766 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeGenericDINode() [all...] |
/llvm-project/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() 317 auto Abbrev = std::make_shared<llvm::BitCodeAbbrev>(); in emitAbbrev()
|
/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 412 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { in AddSourceLocationAbbrev() 420 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { in AddRangeLocationAbbrev() 439 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 457 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 468 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 476 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 483 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 492 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 503 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock()
|
H A D | TestModuleFileExtension.cpp | 28 auto Abv = std::make_shared<llvm::BitCodeAbbrev>(); in writeExtensionContents()
|
/llvm-project/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 115 Expected<const BitCodeAbbrev *> MaybeAbbv = getAbbrev(AbbrevID); in skipRecord() 119 const BitCodeAbbrev *Abbv = MaybeAbbv.get(); in skipRecord() 240 Expected<const BitCodeAbbrev *> MaybeAbbv = getAbbrev(AbbrevID); in readRecord() 243 const BitCodeAbbrev *Abbv = MaybeAbbv.get(); in readRecord() 365 auto Abbv = std::make_shared<BitCodeAbbrev>(); in ReadAbbrevRecord()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 2266 std::shared_ptr<llvm::BitCodeAbbrev> in WriteDeclAbbrevs() 2270 auto Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2360 std::shared_ptr<llvm::BitCodeAbbrev> getCXXMethodAbbrev() { in WriteDeclAbbrevs() 2368 std::shared_ptr<BitCodeAbbrev> Abv; in WriteDeclAbbrevs() 2371 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2403 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2435 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2481 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2535 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() 2577 Abv = std::make_shared<BitCodeAbbrev>(); in WriteDeclAbbrevs() [all...] |
H A D | ASTWriter.cpp | 714 std::shared_ptr<BitCodeAbbrev> Abv; in AddStmtsExprs() 717 Abv = std::make_shared<BitCodeAbbrev>(); in AddStmtsExprs() 1342 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in writeUnhashedControlBlock() 1353 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in writeUnhashedControlBlock() 1419 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1432 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1457 auto MetadataAbbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1488 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1516 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1563 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() [all...] |
H A D | GlobalModuleIndex.cpp | 827 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in writeIndex()
|
/llvm-project/llvm/unittests/Bitstream/ |
H A D | BitstreamReaderTest.cpp | 106 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in TEST()
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 881 const BitCodeAbbrev *Abbv = nullptr; in parseBlock() 883 Expected<const BitCodeAbbrev *> MaybeAbbv = Stream.getAbbrev(Entry.ID); in parseBlock()
|