Home
last modified time | relevance | path

Searched refs:writePatchableSLEB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp153 void writePatchableSLEB(raw_pwrite_stream &Stream, T Value, uint64_t Offset) { in writePatchableSLEB() function
167 writePatchableSLEB<int32_t, 5>(Stream, Value, Offset); in writePatchableS32()
172 writePatchableSLEB<uint64_t, 10>(Stream, Value, Offset); in writePatchableU64()
177 writePatchableSLEB<int64_t, 10>(Stream, Value, Offset); in writePatchableS64()