Home
last modified time | relevance | path

Searched refs:ProfList (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h607 std::unique_ptr<ProfileList> ProfList; variable
783 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp886 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()