3 overrides of EmitDebugFunctionInfo
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
189private protected override void EmitDebugFunctionInfo(
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
247private protected override void EmitDebugFunctionInfo(
parent\parent\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
300private protected override void EmitDebugFunctionInfo(uint methodTypeIndex, Utf8String methodDisplayName, Utf8String methodName, SymbolDefinition methodSymbol, INodeWithDebugInfo debugNode)
1 reference to EmitDebugFunctionInfo
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
128EmitDebugFunctionInfo(methodTypeIndex, methodDisplayName, methodName, methodSymbol, debugNode);