Home
last modified time | relevance | path

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

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