4 references to WasmTypeNode
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
41
_typeNode = factory.
WasmTypeNode
(wasmSignature);
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (2)
47
_targetTypeNode = factory.
WasmTypeNode
(wasmSignature);
76
dependencies.Add(factory.
WasmTypeNode
(sigForInterpToR2RThunks), "Wasm interpreter-to-R2R thunk requires type for the function entry point");
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
56
_typeNode = factory.
WasmTypeNode
(wasmSignature);