3 overrides of EmitDebugSections
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
262
private protected override void
EmitDebugSections
(IDictionary<Utf8String, SymbolDefinition> definedSymbols)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
283
private protected override void
EmitDebugSections
(IDictionary<Utf8String, SymbolDefinition> definedSymbols)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
225
private protected override void
EmitDebugSections
(IDictionary<Utf8String, SymbolDefinition> definedSymbols)
1 reference to EmitDebugSections
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
144
EmitDebugSections
(_definedSymbols);