Searched refs:XCOFFReadOnlyPointers (Results 1 – 7 of 7) sorted by relevance
157 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()382 unsigned XCOFFReadOnlyPointers : 1; variable
112 CGOPT(bool, XCOFFReadOnlyPointers) in CGOPT()507 static cl::opt<bool> XCOFFReadOnlyPointers( in CGOPT() local512 CGBINDOPT(XCOFFReadOnlyPointers); in CGOPT()599 Options.XCOFFReadOnlyPointers = getXCOFFReadOnlyPointers(); in InitTargetOptionsFromCodeGenFlags()
2391 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in getExplicitSectionGlobal()2470 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()
438 Options.XCOFFReadOnlyPointers = CodeGenOpts.XCOFFReadOnlyPointers; in initTargetOptions()
489 if (Options.XCOFFReadOnlyPointers) { in compileModule()
64 CODEGENOPT(XCOFFReadOnlyPointers, 1, 0) ///< Set for -mxcoff-roptr.
1722 if (Opts.XCOFFReadOnlyPointers) in GenerateCodeGenArgs()2109 Opts.XCOFFReadOnlyPointers = true; in ParseCodeGenArgs()