Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:isInstrumented

254   bool isInstrumented(const Function *F);
255 bool isInstrumented(const GlobalAlias *GA);
478 bool DataFlowSanitizer::isInstrumented(const Function *F) {
482 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
666 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F);
698 if (isInstrumented(&F)) {