Searched refs:RecordID (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 91 const unsigned RecordID = 1; in TEST() local 105 Abbrev->Add(BitCodeAbbrevOp(RecordID)); in TEST() 108 unsigned Record[] = {RecordID}; in TEST() 137 ASSERT_EQ(RecordID, Stream.readRecord(Entry.ID, Record, &BlobOut)); in TEST()
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 187 const unsigned RecordID = 1; in TEST() local 201 Abbrev->Add(BitCodeAbbrevOp(RecordID)); in TEST() 204 unsigned Record[] = {RecordID}; in TEST() 235 ASSERT_EQ(RecordID, Stream.readRecord(Entry.ID, Record, &BlobOut)); in TEST()
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 136 unsigned RecordID = Stream.readRecord(BlockOrCode, Record); in readMetaBlock() local 138 if (RecordID == RECORD_VERSION) { in readMetaBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5591 unsigned Block, unsigned RecordID) { in readBlobInRecord() argument 5613 if (Stream.readRecord(Entry.ID, Record, &Blob) == RecordID) in readBlobInRecord()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 417 [SETRECORDNAME, RecordID, ...name...]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BitCodeFormat.rst | 419 [SETRECORDNAME, RecordID, ...name...]
|