8 references to WASM_TABLE_INDEX_I32
ILCompiler.ReadyToRun (8)
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)
683
case RelocType.
WASM_TABLE_INDEX_I32
:
734
RelocType.
WASM_TABLE_INDEX_I32
=> 4,
810
case RelocType.
WASM_TABLE_INDEX_I32
:
836
case RelocType.
WASM_TABLE_INDEX_I32
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
990
case RelocType.
WASM_TABLE_INDEX_I32
: