Home
last modified time | relevance | path

Searched refs:RecordID (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp91 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/
DBitstreamReaderTest.cpp187 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/
DSerializedDiagnosticReader.cpp136 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/
DBitcodeReader.cpp5591 unsigned Block, unsigned RecordID) { in readBlobInRecord() argument
5613 if (Stream.readRecord(Entry.ID, Record, &Blob) == RecordID) in readBlobInRecord()
/external/llvm/docs/
DBitCodeFormat.rst417 [SETRECORDNAME, RecordID, ...name...]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst419 [SETRECORDNAME, RecordID, ...name...]