Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DProfileList.h46 isFunctionExcluded(StringRef FunctionName,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp89 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded() function in ProfileList
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2653 Optional<bool> V = ProfileList.isFunctionExcluded(Fn->getName(), Kind); in isProfileInstrExcluded()