10 references to WASM_MEMORY_ADDR_REL_LEB
ILCompiler.ReadyToRun (10)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (6)
675
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
708
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
759
RelocType.
WASM_MEMORY_ADDR_REL_LEB
=> WASM_PADDED_RELOC_SIZE_32,
780
RelocType.
WASM_MEMORY_ADDR_REL_LEB
or
796
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
871
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
:
826
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\WebCilObjectWriter.cs (1)
853
case RelocType.
WASM_MEMORY_ADDR_REL_LEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4612
CorInfoReloc.WASM_MEMORY_ADDR_REL_LEB => RelocType.
WASM_MEMORY_ADDR_REL_LEB
,