Home
last modified time | relevance | path

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

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