| 139 | void write(StringRef str) { write(str.data(), str.size()); } |
| 140 | |
| 141 | uint64_t tell() const { return stream.tell(); } |
| 142 | |
| 143 | void alignTo(uint64_t alignment, |
| 144 | uint8_t paddingByte = Bytecode::kAlignmentByte) { |
no outgoing calls
no test coverage detected