Searched refs:needsTsanRt (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h67 bool needsTsanRt() const { return Sanitizers.has(SanitizerKind::Thread); } function in class:clang::driver::SanitizerArgs
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp210 if (needsAsanRt() || needsMsanRt() || needsHwasanRt() || needsTsanRt() ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp669 if (SanArgs.needsTsanRt() && SanArgs.linkRuntimes()) {
H A DDarwin.cpp1230 if (Sanitize.needsTsanRt())

Completed in 105 milliseconds