Searched refs:ProfileList (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ProfileList.h | 32 class ProfileList { 39 ProfileList(ArrayRef<std::string> Paths, SourceManager &SM); 40 ~ProfileList();
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2677 const auto &ProfileList = getContext().getProfileList(); in isProfileInstrExcluded() local 2679 if (ProfileList.isEmpty()) in isProfileInstrExcluded() 2683 Optional<bool> V = ProfileList.isFunctionExcluded(Fn->getName(), Kind); in isProfileInstrExcluded() 2688 Optional<bool> V = ProfileList.isLocationExcluded(Loc, Kind); in isProfileInstrExcluded() 2696 Optional<bool> V = ProfileList.isFileExcluded(MainFile->getName(), Kind); in isProfileInstrExcluded() 2700 return ProfileList.getDefault(); in isProfileInstrExcluded()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 593 std::unique_ptr<ProfileList> ProfList; 751 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 199 SRCS_MIN+= Basic/ProfileList.cpp
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 979 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()
|