9 references to WASM_TABLE_INDEX_I32
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
223
runtimeFunctionsBuilder.EmitReloc(_methodNodes[0], RelocType.
WASM_TABLE_INDEX_I32
, delta: 0);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
77
RelocType tableIndexPointerRelocType = factory.Target.PointerSize == 4 ? RelocType.
WASM_TABLE_INDEX_I32
: RelocType.WASM_TABLE_INDEX_I64;
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
270
case RelocType.
WASM_TABLE_INDEX_I32
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (4)
685
case RelocType.
WASM_TABLE_INDEX_I32
:
737
RelocType.
WASM_TABLE_INDEX_I32
=> 4,
814
case RelocType.
WASM_TABLE_INDEX_I32
:
840
case RelocType.
WASM_TABLE_INDEX_I32
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
914
case RelocType.
WASM_TABLE_INDEX_I32
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4591
CorInfoReloc.WASM_TABLE_INDEX_I32 => RelocType.
WASM_TABLE_INDEX_I32
,