Searched refs:XCOFFReadOnlyPointers (Results 1 – 8 of 8) sorted by relevance
141 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()370 unsigned XCOFFReadOnlyPointers : 1; variable
113 CGOPT(bool, XCOFFReadOnlyPointers) in CGOPT()514 static cl::opt<bool> XCOFFReadOnlyPointers( in CGOPT() local519 CGBINDOPT(XCOFFReadOnlyPointers); in CGOPT()605 Options.XCOFFReadOnlyPointers = getXCOFFReadOnlyPointers(); in InitTargetOptionsFromCodeGenFlags()
2438 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in getExplicitSectionGlobal()2517 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()
484 if (Options.XCOFFReadOnlyPointers) { in compileModule()
473 Options.XCOFFReadOnlyPointers = CodeGenOpts.XCOFFReadOnlyPointers; in initTargetOptions()
55 CODEGENOPT(XCOFFReadOnlyPointers, 1, 0, Benign) ///< Set for -mxcoff-roptr.
2957 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in emitGCOVRefs()2961 const char *SymbolStr = TM.Options.XCOFFReadOnlyPointers in emitGCOVRefs()
1812 if (Opts.XCOFFReadOnlyPointers) in GenerateCodeGenArgs()2240 Opts.XCOFFReadOnlyPointers = true; in ParseCodeGenArgs()