9 references to WASM_TYPE_INDEX_LEB
ILCompiler.ReadyToRun (9)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
670
case RelocType.
WASM_TYPE_INDEX_LEB
:
726
RelocType.
WASM_TYPE_INDEX_LEB
=> WASM_PADDED_RELOC_SIZE_32,
800
case RelocType.
WASM_TYPE_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (4)
351
case RelocType.
WASM_TYPE_INDEX_LEB
:
464
return base.EncodeSize() + Relocation.GetSize(RelocType.
WASM_TYPE_INDEX_LEB
) + (int)tableSize;
470
int relocSize = Relocation.GetSize(RelocType.
WASM_TYPE_INDEX_LEB
);
481
buffer[0] = new Relocation(RelocType.
WASM_TYPE_INDEX_LEB
, base.EncodeSize(), _type);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
884
case RelocType.
WASM_TYPE_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4270
CorInfoReloc.WASM_TYPE_INDEX_LEB => RelocType.
WASM_TYPE_INDEX_LEB
,