Searched defs:writeBytes (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function 171 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { writeBytes() function 252 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { writeBytes() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 115 return BorrowedImpl->writeBytes(ViewOffset + Offset, Data); in writeBytes() function in WritableBinaryStreamRef 57 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { writeBytes() function in __anon8e400b6a0111::MutableArrayRefImpl
|
H A D | BinaryStreamWriter.cpp | 28 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.cpp | 169 int FDSimpleRemoteEPCTransport::writeBytes(const char *Src, size_t Size) { in writeBytes() function in llvm::orc::FDSimpleRemoteEPCTransport
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 386 Error WritableMappedBlockStream::writeBytes(uint64_t Offset, writeBytes() function in WritableMappedBlockStream
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 112 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } in writeBytes() function in __anon09913f2a0211::GCOVProfiler 232 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } in writeBytes() function in __anon09913f2a0311::GCOVRecord
|