Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h104 bool needsStatsRt() const { return Stats; } in needsStatsRt() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp260 (SA.needsAsanRt() || SA.needsStatsRt() || in ConstructJob()
H A DCommonArgs.cpp1436 if (SanArgs.needsStatsRt()) in collectSanitizerRuntimes()
1513 if (SanArgs.needsStatsRt()) { in collectSanitizerRuntimes()
H A DDarwin.cpp1564 if (Sanitize.needsStatsRt()) { in AddLinkRuntimeLibArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp1212 if (TC.getTriple().isOSWindows() && needsStatsRt() && in addArgs()