Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DSanitizerArgs.h99 bool needsStatsRt() const { return Stats; } in needsStatsRt() function
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DSolaris.cpp160 (SA.needsAsanRt() || SA.needsStatsRt() || in ConstructJob()
H A DCommonArgs.cpp900 if (SanArgs.needsStatsRt() && SanArgs.linkRuntimes()) in collectSanitizerRuntimes()
977 if (SanArgs.needsStatsRt() && SanArgs.linkRuntimes()) { in collectSanitizerRuntimes()
H A DDarwin.cpp1443 if (Sanitize.needsStatsRt()) { in AddLinkRuntimeLibArgs()
/llvm-project-15.0.7/clang/lib/Driver/
H A DSanitizerArgs.cpp1100 if (TC.getTriple().isOSWindows() && needsStatsRt()) { in addArgs()