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/
DAIX.cpp383 if (needsProfileRT(Args)) in addProfileRTLibs()
DLinux.cpp794 if (needsProfileRT(Args)) in addProfileRTLibs()
DDarwin.cpp1346 if (!needsProfileRT(Args) && !needsGCovInstrumentation(Args)) in addProfileRTLibs()
/openbsd/src/gnu/llvm/clang/lib/Driver/
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/
DToolChain.h503 static bool needsProfileRT(const llvm::opt::ArgList &Args);