Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp401 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DAIX.cpp564 if (needsProfileRT(Args)) { in addProfileRTLibs()
H A DLinux.cpp842 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DDarwin.cpp1435 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h540 static bool needsProfileRT(const llvm::opt::ArgList &Args);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp840 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
1086 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()