Home
last modified time | relevance | path

Searched refs:needsMemProfRt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h87 bool needsMemProfRt() const { return NeedsMemProfRt; } in needsMemProfRt() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1551 if (SanArgs.needsMemProfRt()) { in collectSanitizerRuntimes()
1610 if (!SanArgs.needsSharedRt() && SanArgs.needsMemProfRt()) { in collectSanitizerRuntimes()
H A DDarwin.cpp1621 if (Sanitize.needsMemProfRt()) in AddLinkRuntimeLibArgs()