10 references to WASM_MEMORY_ADDR_REL_SLEB
ILCompiler.ReadyToRun (10)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (6)
682case RelocType.WASM_MEMORY_ADDR_REL_SLEB: 715case RelocType.WASM_MEMORY_ADDR_REL_SLEB: 760RelocType.WASM_MEMORY_ADDR_REL_SLEB => WASM_PADDED_RELOC_SIZE_32, 781RelocType.WASM_MEMORY_ADDR_REL_SLEB or 801case RelocType.WASM_MEMORY_ADDR_REL_SLEB: 876case RelocType.WASM_MEMORY_ADDR_REL_SLEB:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
358case RelocType.WASM_MEMORY_ADDR_REL_SLEB: 819return new WasmLEBConstantReloc(WasmExprKind.I32Const, symbolNode, RelocType.WASM_MEMORY_ADDR_REL_SLEB);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
827case RelocType.WASM_MEMORY_ADDR_REL_SLEB:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4611CorInfoReloc.WASM_MEMORY_ADDR_REL_SLEB => RelocType.WASM_MEMORY_ADDR_REL_SLEB,