Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h46 isFunctionExcluded(StringRef FunctionName,
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp89 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded() function in ProfileList
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2683 Optional<bool> V = ProfileList.isFunctionExcluded(Fn->getName(), Kind); in isProfileInstrExcluded()