5 references to WASM_MEMORY_ADDR_LEB
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
673case RelocType.WASM_MEMORY_ADDR_LEB: 728RelocType.WASM_MEMORY_ADDR_LEB => WASM_PADDED_RELOC_SIZE_32, 805case RelocType.WASM_MEMORY_ADDR_LEB:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
349case RelocType.WASM_MEMORY_ADDR_LEB:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4266CorInfoReloc.WASM_MEMORY_ADDR_LEB => RelocType.WASM_MEMORY_ADDR_LEB,