Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Support/
H A DBinaryStreamRef.cpp57 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anon5a058c9a0111::MutableArrayRefImpl
116 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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp93 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp386 Error WritableMappedBlockStream::writeBytes(uint64_t Offset, in writeBytes() function in WritableMappedBlockStream
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp112 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } in writeBytes() function in __anon434f465a0211::GCOVProfiler
231 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } in writeBytes() function in __anon434f465a0311::GCOVRecord
/llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/
H A DMappedBlockStreamTest.cpp57 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> SrcData) override { in writeBytes() function in __anon8ef2c6610111::DiscontiguousStream
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp64 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> SrcData) override { in writeBytes() function in __anone0c2a0990111::BrokenStream