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
:
725
RelocType.
WASM_TABLE_INDEX_SLEB
=> WASM_PADDED_RELOC_SIZE_32,
796
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)
963
case RelocType.
WASM_TABLE_INDEX_SLEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4265
CorInfoReloc.WASM_TABLE_INDEX_SLEB => RelocType.
WASM_TABLE_INDEX_SLEB
,