Home
last modified time | relevance | path

Searched refs:ProfileList (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DProfileList.cpp66 ProfileList::ProfileList(ArrayRef<std::string> Paths, SourceManager &SM) in ProfileList() function in ProfileList
72 ProfileList::~ProfileList() = default;
89 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded()
100 ProfileList::isLocationExcluded(SourceLocation Loc, in isLocationExcluded()
106 ProfileList::isFileExcluded(StringRef FileName, in isFileExcluded()
H A DCMakeLists.txt63 ProfileList.cpp
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DProfileList.h28 class ProfileList {
35 ProfileList(ArrayRef<std::string> Paths, SourceManager &SM);
36 ~ProfileList();
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn80 "ProfileList.cpp",
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h627 std::unique_ptr<ProfileList> ProfList;
806 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2897 const auto &ProfileList = getContext().getProfileList(); in isFunctionBlockedByProfileList() local
2899 if (ProfileList.isEmpty()) in isFunctionBlockedByProfileList()
2903 Optional<bool> V = ProfileList.isFunctionExcluded(Fn->getName(), Kind); in isFunctionBlockedByProfileList()
2908 Optional<bool> V = ProfileList.isLocationExcluded(Loc, Kind); in isFunctionBlockedByProfileList()
2916 Optional<bool> V = ProfileList.isFileExcluded(MainFile->getName(), Kind); in isFunctionBlockedByProfileList()
2920 return ProfileList.getDefault(); in isFunctionBlockedByProfileList()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp985 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt191 clang/include/clang/Basic/ProfileList.h