Lines Matching refs:raw_pwrite_stream
146 void writePatchableLEB(raw_pwrite_stream &Stream, uint64_t X, uint64_t Offset) { in writePatchableLEB()
156 void writePatchableSLEB(raw_pwrite_stream &Stream, int64_t X, uint64_t Offset) { in writePatchableSLEB()
164 static void patchI32(raw_pwrite_stream &Stream, uint32_t X, uint64_t Offset) { in patchI32()
170 static void patchI64(raw_pwrite_stream &Stream, uint64_t X, uint64_t Offset) { in patchI64()
231 raw_pwrite_stream *OS = nullptr;
232 raw_pwrite_stream *DwoOS = nullptr;
244 raw_pwrite_stream &OS_) in WasmObjectWriter()
248 raw_pwrite_stream &OS_, raw_pwrite_stream &DwoOS_) in WasmObjectWriter()
397 writePatchableLEB<5>(static_cast<raw_pwrite_stream &>(W->OS), Size, in endSection()
716 auto &Stream = static_cast<raw_pwrite_stream &>(W->OS); in applyRelocations()
1915 raw_pwrite_stream &OS) { in createWasmObjectWriter()
1921 raw_pwrite_stream &OS, in createWasmDwoObjectWriter()
1922 raw_pwrite_stream &DwoOS) { in createWasmDwoObjectWriter()