3 references to WritePaddedULEB128
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (1)
675DwarfHelper.WritePaddedULEB128(new Span<byte>((byte*)location, WASM_PADDED_RELOC_SIZE_32), checked((ulong)value));
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
353DwarfHelper.WritePaddedULEB128(buffer.Slice(0, relocSize), 0); 471DwarfHelper.WritePaddedULEB128(buffer.Slice(pos, relocSize), 0);