Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:CheckExpr

687 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const {
688 CheckExpr = CheckExpr.trim();
689 DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr << "'...\n");
691 bool Result = P.evaluate(CheckExpr);
693 DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' "
921 bool RuntimeDyldChecker::check(StringRef CheckExpr) const {
922 return Impl->check(CheckExpr);