Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DSanitizerArgs.h84 bool needsFuzzerInterceptors() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp242 bool SanitizerArgs::needsFuzzerInterceptors() const { in needsFuzzerInterceptors() function in SanitizerArgs
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp934 if (SanArgs.needsFuzzerInterceptors()) in addSanitizerRuntimes()