5 references to SizeOfSLEB128
ILCompiler.Compiler (5)
Compiler\ObjectWriter\Dwarf\DwarfEhFrame.cs (1)
86DwarfHelper.SizeOfSLEB128(cie.DataAlignFactor) +
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
717return (int)DwarfHelper.SizeOfSLEB128(value); 802return (int)DwarfHelper.SizeOfSLEB128(resolvedValue);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Dwarf\DwarfHelper.cs (1)
81Span<byte> buffer = writer.GetSpan((int)SizeOfSLEB128(value));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
438uint valSize = DwarfHelper.SizeOfSLEB128(ConstValue);