Searched defs:ProfileList (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Basic/ | ||
H A D | ProfileList.cpp | 67 ProfileList::ProfileList(ArrayRef<std::string> Paths, SourceManager &SM) in ProfileList() function in ProfileList |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 99 class ProfileList; global() variable |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.cpp | 3454 const auto &ProfileList = getContext().getProfileList(); isFunctionBlockedByProfileList() local |