Home
last modified time | relevance | path

Searched refs:isTLSDESCEnabled (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h149 bool isTLSDESCEnabled(const ToolChain &TC, const llvm::opt::ArgList &Args);
H A DCommonArgs.cpp781 bool tools::isTLSDESCEnabled(const ToolChain &TC, in isTLSDESCEnabled() function in tools
1089 if (isTLSDESCEnabled(ToolChain, Args)) in addLTOOptions()
H A DClang.cpp6029 if (isTLSDESCEnabled(TC, Args)) in ConstructJob()