12 references to WASM_TYPE_INDEX_LEB
ILCompiler.ReadyToRun (12)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (6)
671
case RelocType.
WASM_TYPE_INDEX_LEB
:
704
case RelocType.
WASM_TYPE_INDEX_LEB
:
755
RelocType.
WASM_TYPE_INDEX_LEB
=> WASM_PADDED_RELOC_SIZE_32,
776
RelocType.
WASM_TYPE_INDEX_LEB
or
793
case RelocType.
WASM_TYPE_INDEX_LEB
:
865
case RelocType.
WASM_TYPE_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (4)
351
case RelocType.
WASM_TYPE_INDEX_LEB
:
465
return base.EncodeSize() + Relocation.GetSize(RelocType.
WASM_TYPE_INDEX_LEB
) + (int)tableSize;
471
int relocSize = Relocation.GetSize(RelocType.
WASM_TYPE_INDEX_LEB
);
482
buffer[0] = new Relocation(RelocType.
WASM_TYPE_INDEX_LEB
, base.EncodeSize(), _type);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
775
case RelocType.
WASM_TYPE_INDEX_LEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4613
CorInfoReloc.WASM_TYPE_INDEX_LEB => RelocType.
WASM_TYPE_INDEX_LEB
,