Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h133 LowerGlobalDtorsViaCxaAtExit(false), DisableIntegratedAS(false), in TargetOptions()
255 unsigned DisableIntegratedAS : 1; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp233 return !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
375 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
773 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in RunOptimizationPipeline()
1092 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp66 if (Options.DisableIntegratedAS) { in initAsmInfo()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp503 Options.DisableIntegratedAS = NoIntegratedAssembler; in compileModule()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def30 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4252 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,