Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:isInstrumented

261   bool isInstrumented(const Function *F);
262 bool isInstrumented(const GlobalAlias *GA);
491 bool DataFlowSanitizer::isInstrumented(const Function *F) {
495 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
680 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F);
712 if (isInstrumented(&F)) {