Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1448 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
1451 if (IsWhole) CmdArgs.push_back("--whole-archive"); in addSanitizerRuntime()
1454 if (IsWhole) CmdArgs.push_back("--no-whole-archive"); in addSanitizerRuntime()