Home
last modified time | relevance | path

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

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