7 references to WASM_MEMORY_ADDR_REL_SLEB
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
682
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
735
RelocType.
WASM_MEMORY_ADDR_REL_SLEB
=> WASM_PADDED_RELOC_SIZE_32,
812
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
358
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
819
return new WasmLEBConstantReloc(WasmExprKind.I32Const, symbolNode, RelocType.
WASM_MEMORY_ADDR_REL_SLEB
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
946
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4319
CorInfoReloc.WASM_MEMORY_ADDR_REL_SLEB => RelocType.
WASM_MEMORY_ADDR_REL_SLEB
,