10 references to WASM_MEMORY_ADDR_REL_LEB
ILCompiler.ReadyToRun (10)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (6)
675case RelocType.WASM_MEMORY_ADDR_REL_LEB: 708case RelocType.WASM_MEMORY_ADDR_REL_LEB: 759RelocType.WASM_MEMORY_ADDR_REL_LEB => WASM_PADDED_RELOC_SIZE_32, 780RelocType.WASM_MEMORY_ADDR_REL_LEB or 796case RelocType.WASM_MEMORY_ADDR_REL_LEB: 871case RelocType.WASM_MEMORY_ADDR_REL_LEB:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
350case RelocType.WASM_MEMORY_ADDR_REL_LEB: 826public static WasmExpr LoadWithRVAOffset(ISymbolNode symbolNode) => new WasmMemoryArgInstruction<WasmEncodableSymbol>(WasmExprKind.I32Load, 4, new WasmEncodableSymbol(symbolNode, RelocType.WASM_MEMORY_ADDR_REL_LEB));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
853case RelocType.WASM_MEMORY_ADDR_REL_LEB:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4612CorInfoReloc.WASM_MEMORY_ADDR_REL_LEB => RelocType.WASM_MEMORY_ADDR_REL_LEB,