Searched refs:BlobStart (Results 1 – 2 of 2) sorted by relevance
411 const char *BlobStart = 0; in ParseBlock() local413 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()
483 const char **BlobStart = 0, unsigned *BlobLen = 0) {527 if (BlobStart) {528 *BlobStart = (const char*)NextChar;547 const char *&BlobStart, unsigned &BlobLen) { in ReadRecord() argument548 return ReadRecord(AbbrevID, Vals, &BlobStart, &BlobLen); in ReadRecord()