Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h446 emitBlob(Blob); in EmitRecordWithAbbrevImpl()
449 emitBlob(Vals.slice(RecordIdx)); in EmitRecordWithAbbrevImpl()
465 void emitBlob(ArrayRef<UIntTy> Bytes, bool ShouldEmitSize = true) {
483 void emitBlob(StringRef Bytes, bool ShouldEmitSize = true) {
484 emitBlob(makeArrayRef((const uint8_t *)Bytes.data(), Bytes.size()),
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1891 static void emitBlob(llvm::BitstreamWriter &Stream, StringRef Blob, in emitBlob() function
2029 emitBlob(Stream, Blob, SLocBufferBlobCompressedAbbrv, in WriteSourceManagerBlock()