6 references to WASM_TABLE_INDEX_SLEB
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
678
case RelocType.
WASM_TABLE_INDEX_SLEB
:
727
RelocType.
WASM_TABLE_INDEX_SLEB
=> WASM_PADDED_RELOC_SIZE_32,
806
case RelocType.
WASM_TABLE_INDEX_SLEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
356
case RelocType.
WASM_TABLE_INDEX_SLEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
992
case RelocType.
WASM_TABLE_INDEX_SLEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4263
CorInfoReloc.WASM_TABLE_INDEX_SLEB => RelocType.
WASM_TABLE_INDEX_SLEB
,