Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp445 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DLinux.cpp735 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DDarwin.cpp1219 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp506 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
746 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h458 static bool needsProfileRT(const llvm::opt::ArgList &Args);