Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h116 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
212 unsigned DisableIntegratedAS : 1; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp62 if (Options.DisableIntegratedAS) in initAsmInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp228 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
449 Options.DisableIntegratedAS = CodeGenOpts.DisableIntegratedAS; in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp446 Options.DisableIntegratedAS = NoIntegratedAssembler; in compileModule()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def31 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp773 Opts.DisableIntegratedAS = Args.hasArg(OPT_fno_integrated_as); in ParseCodeGenArgs()