Searched defs:writeBytes (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 112 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function 172 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function 255 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anon31eda1550111::MutableArrayRefImpl 117 Error WritableBinaryStreamRef::writeBytes(uint32_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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 387 Error WritableMappedBlockStream::writeBytes(uint32_t Offset, in writeBytes() function in WritableMappedBlockStream
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | FileData.h | 471 int64_t writeBytes; //The total bytes written variable
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | FileData.h | 471 int64_t writeBytes; //The total bytes written variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 118 void writeBytes(const char *Bytes, int Size) { os->write(Bytes, Size); } in writeBytes() function in __anon8d0cc8750211::GCOVProfiler 285 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } in writeBytes() function in __anon8d0cc8750611::GCOVRecord
|