Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DSanitizerArgs.h79 bool needsLsanRt() const { in needsLsanRt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp249 needsDfsanRt() || needsLsanRt() || needsCfiDiagRt() || in needsUbsanRt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp866 if (SanArgs.needsLsanRt() && SanArgs.linkRuntimes()) in collectSanitizerRuntimes()
H A DDarwin.cpp1309 if (Sanitize.needsLsanRt()) in AddLinkRuntimeLibArgs()