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