Lines Matching refs:Blob
179 StringRef Blob; in GlobalModuleIndex() local
181 Cursor.readRecord(Entry.ID, Record, &Blob); in GlobalModuleIndex()
238 (const unsigned char *)Blob.data() + Record[0], in GlobalModuleIndex()
239 (const unsigned char *)Blob.data() + sizeof(uint32_t), in GlobalModuleIndex()
240 (const unsigned char *)Blob.data(), IdentifierIndexReaderTrait()); in GlobalModuleIndex()
611 StringRef Blob; in loadModuleFile() local
612 Expected<unsigned> MaybeCode = InStream.readRecord(Entry.ID, Record, &Blob); in loadModuleFile()
684 (const unsigned char *)Blob.data() + Record[0], in loadModuleFile()
685 (const unsigned char *)Blob.data() + sizeof(uint32_t), in loadModuleFile()
686 (const unsigned char *)Blob.data())); in loadModuleFile()
700 auto Signature = ASTFileSignature::create(Blob.begin(), Blob.end()); in loadModuleFile()
835 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); in writeIndex()