Lines Matching refs:ProfileList
67 ProfileList::ProfileList(ArrayRef<std::string> Paths, SourceManager &SM) in ProfileList() function in ProfileList
72 ProfileList::~ProfileList() = default;
88 ProfileList::ExclusionType
89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const { in getDefault()
104 std::optional<ProfileList::ExclusionType>
105 ProfileList::inSection(StringRef Section, StringRef Prefix, in inSection()
118 std::optional<ProfileList::ExclusionType>
119 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded()
132 std::optional<ProfileList::ExclusionType>
133 ProfileList::isLocationExcluded(SourceLocation Loc, in isLocationExcluded()
138 std::optional<ProfileList::ExclusionType>
139 ProfileList::isFileExcluded(StringRef FileName, in isFileExcluded()