3 overrides of CreateEhSections
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
63private protected override void CreateEhSections()
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
47private protected override void CreateEhSections()
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
229private protected override void CreateEhSections()
1 reference to CreateEhSections
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
149partial void PrepareForUnwindInfo() => CreateEhSections();