Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h144 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()
266 unsigned DisableIntegratedAS : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp87 CGOPT(bool, DisableIntegratedAS) in CGOPT()
514 static cl::opt<bool> DisableIntegratedAS( in CGOPT() local
517 CGBINDOPT(DisableIntegratedAS); in CGOPT()
572 Options.DisableIntegratedAS = getDisableIntegratedAS(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp71 if (Options.DisableIntegratedAS) { in initAsmInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp278 return !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
369 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
858 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1241 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp246 return Triple.isOSAIX() && Config.Options.DisableIntegratedAS; in useAIXSystemAssembler()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def38 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5839 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,