Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp688 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
691 if (IsWhole) CmdArgs.push_back("--whole-archive"); in addSanitizerRuntime()
694 if (IsWhole) CmdArgs.push_back("--no-whole-archive"); in addSanitizerRuntime()
/external/clang/lib/Driver/
DTools.cpp3051 bool IsShared, bool IsWhole) { in addSanitizerRuntime() argument
3054 if (IsWhole) CmdArgs.push_back("-whole-archive"); in addSanitizerRuntime()
3056 if (IsWhole) CmdArgs.push_back("-no-whole-archive"); in addSanitizerRuntime()