Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp401 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DAIX.cpp452 if (needsProfileRT(Args)) { in addProfileRTLibs()
H A DLinux.cpp831 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DDarwin.cpp1406 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h526 static bool needsProfileRT(const llvm::opt::ArgList &Args);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp794 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
1039 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()