Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DSanitizerArgs.h97 bool needsFuzzerInterceptors() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp279 bool SanitizerArgs::needsFuzzerInterceptors() const { in needsFuzzerInterceptors() function in SanitizerArgs
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1544 if (SanArgs.needsFuzzerInterceptors()) in addSanitizerRuntimes()