3 overrides of EmitUnwindInfo
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
69private protected override void EmitUnwindInfo(
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
168private protected override void EmitUnwindInfo(
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
212private protected override void EmitUnwindInfo(SectionWriter sectionWriter, INodeWithCodeInfo nodeWithCodeInfo, Utf8String currentSymbolName)
1 reference to EmitUnwindInfo
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
155EmitUnwindInfo(sectionWriter, nodeWithCodeInfo, currentSymbolName);