Home
last modified time | relevance | path

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

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