Lines Matching defs:ProfileList
3552 ProfileList::ExclusionType
3555 const auto &ProfileList = getContext().getProfileList();
3557 if (ProfileList.isEmpty())
3558 return ProfileList::Allow;
3561 if (auto V = ProfileList.isFunctionExcluded(Fn->getName(), Kind))
3565 if (auto V = ProfileList.isLocationExcluded(Loc, Kind))
3571 if (auto V = ProfileList.isFileExcluded(MainFile->getName(), Kind))
3573 return ProfileList.getDefault(Kind);
3576 ProfileList::ExclusionType
3580 if (V != ProfileList::Allow)
3587 return ProfileList::Skip;
3589 return ProfileList::Allow;