Lines Matching defs:ProfileList
3461 ProfileList::ExclusionType
3464 const auto &ProfileList = getContext().getProfileList();
3466 if (ProfileList.isEmpty())
3467 return ProfileList::Allow;
3470 if (auto V = ProfileList.isFunctionExcluded(Fn->getName(), Kind))
3474 if (auto V = ProfileList.isLocationExcluded(Loc, Kind))
3480 if (auto V = ProfileList.isFileExcluded(MainFile->getName(), Kind))
3482 return ProfileList.getDefault(Kind);
3485 ProfileList::ExclusionType
3489 if (V != ProfileList::Allow)
3496 return ProfileList::Skip;
3498 return ProfileList::Allow;