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)
689
case RelocType.
WASM_TABLE_INDEX_I64
:
739
RelocType.
WASM_TABLE_INDEX_I64
=> 8,
761
case RelocType.
WASM_TABLE_INDEX_I64
:
843
case RelocType.
WASM_TABLE_INDEX_I64
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
981
case RelocType.
WASM_TABLE_INDEX_I64
: