1 type derived from CoffObjectWriter
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
28internal sealed class PEObjectWriter : CoffObjectWriter
1 instantiation of CoffObjectWriter
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
711factory.Target.OperatingSystem == TargetOS.Windows ? new CoffObjectWriter(factory, options) :
2 references to CoffObjectWriter
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
21using static ILCompiler.ObjectWriter.CoffObjectWriter.CoffRelocationType;
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
20using static ILCompiler.ObjectWriter.CoffObjectWriter.CoffRelocationType;