6 references to WASM_TABLE_INDEX_I64
ILCompiler.ReadyToRun (6)
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\Relocation.cs (4)
687
case RelocType.
WASM_TABLE_INDEX_I64
:
734
RelocType.
WASM_TABLE_INDEX_I64
=> 8,
799
case RelocType.
WASM_TABLE_INDEX_I64
:
838
case RelocType.
WASM_TABLE_INDEX_I64
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
962
case RelocType.
WASM_TABLE_INDEX_I64
: