Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
230 unsigned DisableIntegratedAS : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp262 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
513 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
682 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()
1266 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()
1550 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp67 if (Options.DisableIntegratedAS) in initAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp474 Options.DisableIntegratedAS = NoIntegratedAssembler; in compileModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def30 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3828 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,