Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DNoSanitizeList.h41 bool containsFunction(SanitizerMask Mask, StringRef FunctionName) const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp40 bool NoSanitizeList::containsFunction(SanitizerMask Mask, in containsFunction() function in NoSanitizeList
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3387 if (NoSanitizeL.containsFunction(Kind, Fn->getName())) in isInNoSanitizeList()