Searched defs:writeBytes (Results 1 – 9 of 9) sorted by relevance
/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 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
|
/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 52 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anonb12c323d0111::MutableArrayRefImpl 110 Error WritableBinaryStreamRef::writeBytes(uint64_t Offset, in writeBytes() function in WritableBinaryStreamRef
|
H A D | BinaryStreamWriter.cpp | 28 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter
|
/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
|
/llvm-project/lld/wasm/ |
H A D | WriterUtils.cpp | 98 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes() function
|
/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 385 Error WritableMappedBlockStream::writeBytes(uint64_t Offset, in writeBytes() function in WritableMappedBlockStream
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 112 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } writeBytes() function in __anon674c465d0211::GCOVProfiler 232 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } writeBytes() function in __anon674c465d0311::GCOVRecord
|
/llvm-project/llvm/unittests/DebugInfo/MSF/ |
H A D | MappedBlockStreamTest.cpp | 59 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> SrcData) override { in writeBytes() function in __anon328fc6c40111::DiscontiguousStream
|
/llvm-project/llvm/unittests/Support/ |
H A D | BinaryStreamTest.cpp | 64 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> SrcData) override { in writeBytes() function in __anoncd4830dc0111::BrokenStream
|