| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | BinaryStreamWriter.cpp | 27 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter 28 if (auto EC = Stream.writeBytes(Offset, Buffer)) in writeBytes() 37 return writeBytes({EncodedBytes, Size}); in writeULEB128() 43 return writeBytes({EncodedBytes, Size}); in writeSLEB128() 57 return writeBytes(arrayRefFromStringRef(Str)); in writeFixedString() 75 if (auto EC = writeBytes(Chunk)) in writeStreamRef()
|
| H A D | BinaryStreamRef.cpp | 57 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anon62fa0aa10111::MutableArrayRefImpl 58 return BBS.writeBytes(Offset, Data); in writeBytes() 115 Error WritableBinaryStreamRef::writeBytes(uint64_t Offset, in writeBytes() function in WritableBinaryStreamRef 120 return BorrowedImpl->writeBytes(ViewOffset + Offset, Data); in writeBytes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | BinaryStreamWriter.h | 50 Error writeBytes(ArrayRef<uint8_t> Buffer); 64 return writeBytes(Buffer); in writeInteger() 134 return writeBytes( in writeObject() 152 return writeBytes( in writeArray()
|
| 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 { in writeBytes() function 252 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function 253 return Impl.writeBytes(Offset, Data); in writeBytes()
|
| H A D | BinaryStream.h | 80 virtual Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) = 0;
|
| H A D | BinaryStreamRef.h | 261 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 104 if (int ErrNo = writeBytes(HeaderBuffer, FDMsgHeader::Size)) in sendMessage() 106 if (int ErrNo = writeBytes(ArgBytes.data(), ArgBytes.size())) in sendMessage() 169 int FDSimpleRemoteEPCTransport::writeBytes(const char *Src, size_t Size) { in writeBytes() function in llvm::orc::FDSimpleRemoteEPCTransport
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSymbolsSubsection.cpp | 25 if (auto EC = Writer.writeBytes(Record.RecordData)) in commit()
|
| H A D | CodeViewRecordIO.cpp | 109 if (auto EC = Writer->writeBytes(Bytes)) in mapByteVectorTail() 243 if (auto EC = Writer->writeBytes(Guid.Guid)) in mapGuid()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 368 cantFail(Initializer.writeBytes(InitData)); in createFpmStream() 386 Error WritableMappedBlockStream::writeBytes(uint64_t Offset, in writeBytes() function in WritableMappedBlockStream 406 if (auto EC = WriteInterface.writeBytes(MsfOffset, ChunkData)) in writeBytes()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | WriterUtils.h | 29 void writeBytes(raw_ostream &os, const char *bytes, size_t count,
|
| H A D | WriterUtils.cpp | 93 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes() function
|
| H A D | Writer.cpp | 1717 writeBytes(os, WasmMagic, sizeof(WasmMagic), "wasm magic"); in createHeader()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 264 cantFail(SourceWriter.writeBytes( in commitInjectedSources() 298 if (auto EC = NSW.writeBytes(arrayRefFromStringRef(NSE.second))) in commit()
|
| H A D | DbiModuleDescriptorBuilder.cpp | 182 if (auto EC = SymbolWriter.writeBytes(Sym.asArray())) in commitSymbolStream()
|
| H A D | TpiStreamBuilder.cpp | 190 if (auto EC = Writer.writeBytes(Rec)) in commit()
|
| H A D | GSIStreamBuilder.cpp | 388 if (Error E = Writer.writeBytes(Storage)) in writePublics()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 134 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 131 int writeBytes(const char *Src, size_t Size);
|
| /openbsd-src/gnu/llvm/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 __anon3a2a73410211::GCOVProfiler 232 void writeBytes(const char *Bytes, int Size) { P->writeBytes(Bytes, Size); } in writeBytes() function in __anon3a2a73410311::GCOVRecord
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | PDB.cpp | 706 if (Error e = writer.writeBytes(storage)) in writeAllModuleSymbolRecords() 886 return writer.writeBytes(relocatedBytes); in commit()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 821 Err(Writer.writeBytes(R)); in toDebugT()
|