7 references to WASM_MEMORY_ADDR_REL_LEB
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
674
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
730
RelocType.
WASM_MEMORY_ADDR_REL_LEB
=> WASM_PADDED_RELOC_SIZE_32,
806
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
350
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
825
public 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\WasmObjectWriter.cs (1)
945
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4269
CorInfoReloc.WASM_MEMORY_ADDR_REL_LEB => RelocType.
WASM_MEMORY_ADDR_REL_LEB
,