Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp383 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DLinux.cpp794 if (needsProfileRT(Args)) in addProfileRTLibs()
H A DDarwin.cpp1346 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp609 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT() function in ToolChain
853 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h503 static bool needsProfileRT(const llvm::opt::ArgList &Args);