Searched refs:IsUsingLTO (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h389 bool IsUsingLTO(const llvm::opt::ArgList &Args) const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1317 } else if (IsUsingLTO(Args)) {
1336 bool Driver::IsUsingLTO(const ArgList &Args) const { function in class:Driver
H A DTools.cpp4735 if (Version[0] >= 116 && D.IsUsingLTO(Args) && NeedsTempPath(Inputs)) {
5934 if (D.IsUsingLTO(Args)) {
6577 if (D.IsUsingLTO(Args)) {

Completed in 148 milliseconds