Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp576 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
812 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h491 static bool needsProfileRT(const llvm::opt::ArgList &Args);
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DLinux.cpp779 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DDarwin.cpp1339 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()