7 references to
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (7)
541
PrependCount(_sections
[
ObjectNodeSection.WasmCodeSection.Name], MethodCount);
1332
PrependCount(_sections
[
WasmObjectNodeSection.FunctionSection.Name], MethodCount);
1333
PrependCount(_sections
[
ObjectNodeSection.WasmTypeSection.Name], _wasmSymbolManager.GetDefinitionCount(WasmIndexSpace.Type));
1334
PrependCount(_sections
[
WasmObjectNodeSection.ExportSection.Name], _numExports);
1338
PrependCount(_sections
[
WasmObjectNodeSection.ElementSection.Name], _numElements);
1341
PrependCount(_sections
[
WasmObjectNodeSection.ImportSection.Name], _wasmSymbolManager.GetImportCount());
1342
PrependCount(_sections
[
WasmObjectNodeSection.GlobalSection.Name], _wasmSymbolManager.GetDefinitionCount(WasmIndexSpace.Global));