Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h143 DisableIntegratedAS(false), RelaxELFRelocations(true), in TargetOptions()
260 unsigned DisableIntegratedAS : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp87 CGOPT(bool, DisableIntegratedAS) in CGOPT()
506 static cl::opt<bool> DisableIntegratedAS( in CGOPT() local
509 CGBINDOPT(DisableIntegratedAS); in CGOPT()
564 Options.DisableIntegratedAS = getDisableIntegratedAS(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp71 if (Options.DisableIntegratedAS) { in initAsmInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp267 return !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
358 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
826 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1228 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp247 return Triple.isOSAIX() && Config.Options.DisableIntegratedAS; in useAIXSystemAssembler()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def38 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5538 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,