Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp445 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DLinux.cpp732 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DDarwin.cpp1221 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp509 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
749 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h462 static bool needsProfileRT(const llvm::opt::ArgList &Args);