Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h777 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3028 const auto &ProfileList = getContext().getProfileList(); in isFunctionBlockedByProfileList()