3 references to SizeOfSLEB128
ILCompiler.Compiler (2)
Compiler\ObjectWriter\Dwarf\DwarfEhFrame.cs (1)
86
DwarfHelper.
SizeOfSLEB128
(cie.DataAlignFactor) +
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Dwarf\DwarfHelper.cs (1)
79
Span<byte> buffer = writer.GetSpan((int)
SizeOfSLEB128
(value));
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
437
uint valSize = DwarfHelper.
SizeOfSLEB128
(ConstValue);