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.h127 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()
251 unsigned DisableIntegratedAS : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp87 CGOPT(bool, DisableIntegratedAS) in CGOPT()
521 static cl::opt<bool> DisableIntegratedAS( in CGOPT() local
524 CGBINDOPT(DisableIntegratedAS); in CGOPT()
577 Options.DisableIntegratedAS = getDisableIntegratedAS(); in InitTargetOptionsFromCodeGenFlags()
H A DCodeGenTargetMachineImpl.cpp73 if (Options.DisableIntegratedAS) { in initAsmInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp280 return !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
405 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
908 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1348 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp233 return Triple.isOSAIX() && Config.Options.DisableIntegratedAS; in useAIXSystemAssembler()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def30 CODEGENOPT(DisableIntegratedAS, 1, 0, Benign) ///< -no-integrated-as
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6219 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,