Searched refs:writePatchableSLEB (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 152 void writePatchableSLEB(raw_pwrite_stream &Stream, T Value, uint64_t Offset) { in writePatchableSLEB() function 166 writePatchableSLEB<int32_t, 5>(Stream, Value, Offset); in writePatchableS32() 171 writePatchableSLEB<uint64_t, 10>(Stream, Value, Offset); in writePatchableU64() 176 writePatchableSLEB<int64_t, 10>(Stream, Value, Offset); in writePatchableS64()
|