Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
227 unsigned DisableIntegratedAS : 1; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp263 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
522 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
690 PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in CreatePasses()
1274 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS; in EmitAssemblyWithNewPassManager()
1557 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS; in runThinLTOBackend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp67 if (Options.DisableIntegratedAS) { in initAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp475 Options.DisableIntegratedAS = NoIntegratedAssembler; in compileModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def30 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3873 CodeGenOpts<"DisableIntegratedAS">, DefaultFalse,