Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
171 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
252 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamRef.cpp57 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anon62fa0aa10111::MutableArrayRefImpl
115 Error WritableBinaryStreamRef::writeBytes(uint64_t Offset, in writeBytes() function in WritableBinaryStreamRef
H A DBinaryStreamWriter.cpp27 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp169 int FDSimpleRemoteEPCTransport::writeBytes(const char *Src, size_t Size) { in writeBytes() function in llvm::orc::FDSimpleRemoteEPCTransport
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp93 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp386 Error WritableMappedBlockStream::writeBytes(uint64_t Offset, in writeBytes() function in WritableMappedBlockStream
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp112 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } in writeBytes() function in __anon3a2a73410211::GCOVProfiler
232 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } in writeBytes() function in __anon3a2a73410311::GCOVRecord