Home
last modified time | relevance | path

Searched refs:BlobStart (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp411 const char *BlobStart = 0; in ParseBlock() local
413 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen); in ParseBlock()
444 if (BlobStart) { in ParseBlock()
448 if (!isprint(BlobStart[i])) { in ParseBlock()
454 errs() << "'" << std::string(BlobStart, BlobStart+BlobLen) <<"'"; in ParseBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h483 const char **BlobStart = 0, unsigned *BlobLen = 0) {
527 if (BlobStart) {
528 *BlobStart = (const char*)NextChar;
547 const char *&BlobStart, unsigned &BlobLen) { in ReadRecord() argument
548 return ReadRecord(AbbrevID, Vals, &BlobStart, &BlobLen); in ReadRecord()