reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
56 Options.MCRelaxAll = RelaxAll; 57 Options.MCIncrementalLinkerCompatible = IncrementalLinkerCompatible; 58 Options.MCPIECopyRelocations = PIECopyRelocations; 59 Options.DwarfVersion = DwarfVersion; 60 Options.ShowMCInst = ShowMCInst; 61 Options.ABIName = ABIName; 62 Options.MCFatalWarnings = FatalWarnings; 63 Options.MCNoWarn = NoWarn; 64 Options.MCNoDeprecatedWarn = NoDeprecatedWarn; 65 return Options;