Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DNoSanitizeList.h41 bool containsFunction(SanitizerMask Mask, StringRef FunctionName) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DNoSanitizeList.cpp40 bool NoSanitizeList::containsFunction(SanitizerMask Mask, in containsFunction() function in NoSanitizeList
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2572 if (NoSanitizeL.containsFunction(Kind, Fn->getName())) in isInNoSanitizeList()