Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:isIn

150   bool isIn(const Function &F, StringRef Category) const {
151 return isIn(*F.getParent(), Category) ||
159 bool isIn(const GlobalAlias &GA, StringRef Category) const {
160 if (isIn(*GA.getParent(), Category))
171 bool isIn(const Module &M, StringRef Category) const {
479 return !ABIList.isIn(*F, "uninstrumented");
483 return !ABIList.isIn(*GA, "uninstrumented");
491 if (ABIList.isIn(*F, "functional"))
493 if (ABIList.isIn(*F, "discard"))
495 if (ABIList.isIn(*F, "custom"))
592 if (ABIList.isIn(M, "skip"))