Home
last modified time | relevance | path

Searched refs:isLocationExcluded (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h58 isLocationExcluded(SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp133 ProfileList::isLocationExcluded(SourceLocation Loc, in isLocationExcluded() function in ProfileList
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3726 if (auto V = ProfileList.isLocationExcluded(Loc, Kind)) in isFunctionBlockedByProfileList()