Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DProfileList.h55 isFunctionExcluded(StringRef FunctionName,
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DProfileList.cpp119 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded() function in ProfileList
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp3034 if (auto V = ProfileList.isFunctionExcluded(Fn->getName(), Kind)) in isFunctionBlockedByProfileList()