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