Searched refs:ProfileList (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 66 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 D | CMakeLists.txt | 63 ProfileList.cpp
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | ProfileList.h | 28 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 D | BUILD.gn | 80 "ProfileList.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 627 std::unique_ptr<ProfileList> ProfList; 806 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2897 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 D | ASTContext.cpp | 985 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 191 clang/include/clang/Basic/ProfileList.h
|