Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h157 EnableCFIFixup(false), MisExpect(false), XCOFFReadOnlyPointers(false), in TargetOptions()
382 unsigned XCOFFReadOnlyPointers : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp112 CGOPT(bool, XCOFFReadOnlyPointers) in CGOPT()
507 static cl::opt<bool> XCOFFReadOnlyPointers( in CGOPT() local
512 CGBINDOPT(XCOFFReadOnlyPointers); in CGOPT()
599 Options.XCOFFReadOnlyPointers = getXCOFFReadOnlyPointers(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2391 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in getExplicitSectionGlobal()
2470 if (TM.Options.XCOFFReadOnlyPointers && Kind.isReadOnlyWithRel()) { in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp438 Options.XCOFFReadOnlyPointers = CodeGenOpts.XCOFFReadOnlyPointers; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp489 if (Options.XCOFFReadOnlyPointers) { in compileModule()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def64 CODEGENOPT(XCOFFReadOnlyPointers, 1, 0) ///< Set for -mxcoff-roptr.
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1722 if (Opts.XCOFFReadOnlyPointers) in GenerateCodeGenArgs()
2109 Opts.XCOFFReadOnlyPointers = true; in ParseCodeGenArgs()