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

  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 225 const char *BlobStart,
233 const char *BlobStart,
451 const char *BlobStart,
473 RetStr = TopDiags.makeString(BlobStart, BlobLen);
481 const char *BlobStart,
485 if (readString(TopDiags, RetStr, errorContext, Record, BlobStart, BlobLen,
585 const char *BlobStart = 0;
588 BlobStart, BlobLen);
599 BlobStart, BlobLen,
606 BlobStart, BlobLen)
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 409 const char *BlobStart = 0;
411 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen);
442 if (BlobStart) {
446 if (!isprint(BlobStart[i])) {
452 outs() << "'" << std::string(BlobStart, BlobStart+BlobLen) <<"'";
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 505 const char **BlobStart = 0, unsigned *BlobLen = 0) {
549 if (BlobStart) {
550 *BlobStart = (const char*)BitStream->getBitcodeBytes().getPointer(
570 const char *&BlobStart, unsigned &BlobLen) {
571 return ReadRecord(AbbrevID, Vals, &BlobStart, &BlobLen);

Completed in 104 milliseconds