Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp405 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
659 if (!needsProfileRT(Args)) return; in addProfileRTLibs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h389 static bool needsProfileRT(const llvm::opt::ArgList &Args);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DLinux.cpp1031 if (!needsProfileRT(Args)) return; in addProfileRTLibs()
H A DDarwin.cpp1035 if (!needsProfileRT(Args)) return; in addProfileRTLibs()