HomeSort by relevance Sort by last modified time
    Searched refs:BlobStart (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 483 const char **BlobStart = 0, unsigned *BlobLen = 0) {
527 if (BlobStart) {
528 *BlobStart = (const char*)NextChar;
547 const char *&BlobStart, unsigned &BlobLen) {
548 return ReadRecord(AbbrevID, Vals, &BlobStart, &BlobLen);
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 411 const char *BlobStart = 0;
413 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen);
444 if (BlobStart) {
448 if (!isprint(BlobStart[i])) {
454 errs() << "'" << std::string(BlobStart, BlobStart+BlobLen) <<"'";

Completed in 101 milliseconds