Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DSanitizerArgs.h92 bool needsFuzzerInterceptors() const;
/llvm-project-15.0.7/clang/lib/Driver/
H A DSanitizerArgs.cpp255 bool SanitizerArgs::needsFuzzerInterceptors() const { in needsFuzzerInterceptors() function in SanitizerArgs
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1010 if (SanArgs.needsFuzzerInterceptors()) in addSanitizerRuntimes()