Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:isBlacklisted

249       ConstantInt *IsBlacklisted = cast<ConstantInt>(MDN->getOperand(3));
250 if (IsBlacklisted->isOne())
266 bool isBlacklisted(GlobalVariable *G) const {
920 if (GlobalsMD.isBlacklisted(G)) return false;