Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp203 static bool shouldLinkerNotDedup(bool IsLinkerOnlyAction, const ArgList &Args) { in shouldLinkerNotDedup() argument
214 if (!IsLinkerOnlyAction) // Implicit -O0 for compile+linker only. in shouldLinkerNotDedup()