4 references to WriteSLEB128
ILCompiler.Compiler (3)
Compiler\ObjectWriter\Dwarf\DwarfFde.cs (1)
92
cfiCodeOffset += DwarfHelper.
WriteSLEB128
(cfiCode.AsSpan(cfiCodeOffset), absOffset);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Dwarf\DwarfHelper.cs (2)
80
writer.Advance(
WriteSLEB128
(buffer, value));
96
int actualSize =
WriteSLEB128
(bytes, value);
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
444
pos += DwarfHelper.
WriteSLEB128
(buffer.Slice(pos), ConstValue);