Home | History | Annotate | Download | only in Sema

Lines Matching refs:Profile

1228         const WeakObjectProfileTy &Profile = I->first;
1229 if (!Profile.isExactProfile())
1232 const NamedDecl *Base = Profile.getBase();
1234 Base = Profile.getProperty();
1235 assert(Base && "A profile always has a base or property.");