4 references to WasmValueTypeToSigChar
ILCompiler.Compiler (4)
parent\parent\Common\JitInterface\WasmLowering.cs (4)
663char hiddenParamChar = WasmValueTypeToSigChar(pointerType); 710sigBuilder.Append(WasmValueTypeToSigChar(LowerType(loweredReturnType))); 787sigBuilder.Append(WasmValueTypeToSigChar(slotType)); 808sigBuilder.Append(WasmValueTypeToSigChar(paramWasmType));