Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h726 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2647 const auto &ProfileList = getContext().getProfileList(); in isProfileInstrExcluded()