5 references to GetSection
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (5)
396
_sections.
GetSection
<WasmExternallyCountedSection>(ObjectNodeSection.WasmTypeSection.Name)
398
_sections.
GetSection
<WasmExternallyCountedSection>(ObjectNodeSection.WasmCodeSection.Name)
401
Debug.Assert(_sections.
GetSection
<WasmFunctionSection>(WasmObjectNodeSection.FunctionSection.Name).EntryCount == MethodCount);
402
Debug.Assert(_sections.
GetSection
<WasmImportSection>(WasmObjectNodeSection.ImportSection.Name).EntryCount == _wasmSymbolManager.GetImportCount());
403
Debug.Assert(_sections.
GetSection
<WasmGlobalSection>(WasmObjectNodeSection.GlobalSection.Name).EntryCount == _wasmSymbolManager.GetDefinitionCount(WasmIndexSpace.Global));