2 overrides of CreateEhSections
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
63private protected override void CreateEhSections()
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
47private protected override void CreateEhSections()
1 reference to CreateEhSections
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
131partial void PrepareForUnwindInfo() => CreateEhSections();