Home
last modified time | relevance | path

Searched refs:XCOFFReadOnlyPointers (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h141 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()
370 unsigned XCOFFReadOnlyPointers : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp113 CGOPT(bool, XCOFFReadOnlyPointers) in CGOPT()
514 static cl::opt<bool> XCOFFReadOnlyPointers( in CGOPT() local
519 CGBINDOPT(XCOFFReadOnlyPointers); in CGOPT()
605 Options.XCOFFReadOnlyPointers = getXCOFFReadOnlyPointers(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2438 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in getExplicitSectionGlobal()
2517 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp484 if (Options.XCOFFReadOnlyPointers) { in compileModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp473 Options.XCOFFReadOnlyPointers = CodeGenOpts.XCOFFReadOnlyPointers; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def55 CODEGENOPT(XCOFFReadOnlyPointers, 1, 0, Benign) ///< Set for -mxcoff-roptr.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2957 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in emitGCOVRefs()
2961 const char *SymbolStr = TM.Options.XCOFFReadOnlyPointers in emitGCOVRefs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1812 if (Opts.XCOFFReadOnlyPointers) in GenerateCodeGenArgs()
2240 Opts.XCOFFReadOnlyPointers = true; in ParseCodeGenArgs()