Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamWriter.h447 emitBlob(Blob); in EmitRecordWithAbbrevImpl()
450 emitBlob(Vals.slice(RecordIdx)); in EmitRecordWithAbbrevImpl()
466 void emitBlob(ArrayRef<UIntTy> Bytes, bool ShouldEmitSize = true) {
484 void emitBlob(StringRef Bytes, bool ShouldEmitSize = true) {
485 emitBlob(makeArrayRef((const uint8_t *)Bytes.data(), Bytes.size()),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1891 static void emitBlob(llvm::BitstreamWriter &Stream, StringRef Blob, in emitBlob() function
2029 emitBlob(Stream, Blob, SLocBufferBlobCompressedAbbrv, in WriteSourceManagerBlock()