6 references to WASM_FUNCTION_INDEX_LEB
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
672
case RelocType.
WASM_FUNCTION_INDEX_LEB
:
726
RelocType.
WASM_FUNCTION_INDEX_LEB
=> WASM_PADDED_RELOC_SIZE_32,
802
case RelocType.
WASM_FUNCTION_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (1)
348
case RelocType.
WASM_FUNCTION_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
1004
case RelocType.
WASM_FUNCTION_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4262
CorInfoReloc.WASM_FUNCTION_INDEX_LEB => RelocType.
WASM_FUNCTION_INDEX_LEB
,