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