Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:isInstrumented

244   bool isInstrumented(const Function *F);
245 bool isInstrumented(const GlobalAlias *GA);
442 bool DataFlowSanitizer::isInstrumented(const Function *F) {
446 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
606 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F);
638 if (isInstrumented(&F)) {