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