Home
last modified time | relevance | path

Searched refs:EnableTLSDESC (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h149 EmulatedTLS(false), EnableTLSDESC(false), EnableIPRA(false), in TargetOptions()
303 unsigned EnableTLSDESC : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp96 CGOPT_EXP(bool, EnableTLSDESC) in CGOPT()
410 static cl::opt<bool> EnableTLSDESC( in CGOPT() local
413 CGBINDOPT(EnableTLSDESC); in CGOPT()
586 Options.EnableTLSDESC = in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp236 bool TargetMachine::useTLSDESC() const { return Options.EnableTLSDESC; } in useTLSDESC()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp423 Options.EnableTLSDESC = CodeGenOpts.EnableTLSDESC; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp788 bool SupportedArgument = false, EnableTLSDESC = false; in isTLSDESCEnabled() local
792 EnableTLSDESC = V == "desc"; in isTLSDESCEnabled()
795 EnableTLSDESC = V == "gnu2"; in isTLSDESCEnabled()
806 return EnableTLSDESC; in isTLSDESCEnabled()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def383 CODEGENOPT(EnableTLSDESC, 1, 0)
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7404 MarshallingInfoFlag<CodeGenOpts<"EnableTLSDESC">>;