Searched refs:isIn (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 302 bool isIn(const Function &F, StringRef Category) const { in isIn() function in __anonc1e0408c0211::DFSanABIList 303 return isIn(*F.getParent(), Category) || in isIn() 312 if (isIn(*GA.getParent(), Category)) in isIn() 324 bool isIn(const Module &M, StringRef Category) const { in isIn() function in __anonc1e0408c0211::DFSanABIList 1096 return !ABIList.isIn(*F, "uninstrumented"); in isInstrumented() 1100 return !ABIList.isIn(*GA, "uninstrumented"); in isInstrumented() 1104 return ABIList.isIn(*F, "force_zero_labels"); in isForceZeroLabels() 1108 if (ABIList.isIn(*F, "functional")) in getWrapperKind() 1110 if (ABIList.isIn(*F, "discard")) in getWrapperKind() 1112 if (ABIList.isIn(*F, "custom")) in getWrapperKind() [all …]
|