3 overrides of EmitDebugSections
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
263private protected override void EmitDebugSections(IDictionary<Utf8String, SymbolDefinition> definedSymbols)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
283private protected override void EmitDebugSections(IDictionary<Utf8String, SymbolDefinition> definedSymbols)
parent\parent\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
304private protected override void EmitDebugSections(IDictionary<Utf8String, SymbolDefinition> definedSymbols)
1 reference to EmitDebugSections
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
144EmitDebugSections(_definedSymbols);