Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
170 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
249 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDBinaryStreamRef.cpp52 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anon451700c40111::MutableArrayRefImpl
110 Error WritableBinaryStreamRef::writeBytes(uint64_t Offset, in writeBytes() function in WritableBinaryStreamRef
HDBinaryStreamWriter.cpp28 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
HDSimpleRemoteEPCUtils.cpp169 int FDSimpleRemoteEPCTransport::writeBytes(const char *Src, size_t Size) { in writeBytes() function in llvm::orc::FDSimpleRemoteEPCTransport
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
HDMappedBlockStream.cpp385 Error WritableMappedBlockStream::writeBytes(uint64_t Offset, in writeBytes() function in WritableMappedBlockStream
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp112 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } in writeBytes() function in __anone998d3c40211::GCOVProfiler
232 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } in writeBytes() function in __anone998d3c40311::GCOVRecord