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.h112 bool needsStatsRt() const { return Stats; } in needsStatsRt() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp257 (SA.needsAsanRt() || SA.needsStatsRt() || in ConstructJob()
H A DCommonArgs.cpp1584 if (SanArgs.needsStatsRt()) in collectSanitizerRuntimes()
1667 if (SanArgs.needsStatsRt()) { in collectSanitizerRuntimes()
H A DDarwin.cpp1615 if (Sanitize.needsStatsRt()) { in AddLinkRuntimeLibArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp1345 if (TC.getTriple().isOSWindows() && needsStatsRt() && in addArgs()