Searched refs:ReadRecord (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitstreamReader.h | 482 unsigned ReadRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, 546 unsigned ReadRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, in ReadRecord() function 548 return ReadRecord(AbbrevID, Vals, &BlobStart, &BlobLen); in ReadRecord() 613 switch (ReadRecord(Code, Record)) { in ReadBlockInfoBlock()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 454 switch (Stream.ReadRecord(Code, Record)) { in ParseAttributeBlock() 564 switch (Stream.ReadRecord(Code, Record)) { in ParseTypeTableBody() 791 switch (Stream.ReadRecord(Code, Record)) { in ParseOldTypeTable() 952 switch (Stream.ReadRecord(Code, Record)) { in ParseOldTypeSymbolTable() 1002 switch (Stream.ReadRecord(Code, Record)) { in ParseValueSymbolTable() 1065 Code = Stream.ReadRecord(Code, Record); in ParseMetadata() 1080 unsigned NextBitCode = Stream.ReadRecord(Code, Record); in ParseMetadata() 1227 unsigned BitCode = Stream.ReadRecord(Code, Record); in ParseConstants() 1644 switch (Stream.ReadRecord(Code, Record)) { in ParseModule() 1931 switch (Stream.ReadRecord(Code, Record)) { in ParseModuleTriple() [all …]
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 413 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen); in ParseBlock()
|