Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3094 TransformedFunction CustomFn = DFSF.DFS.getCustomFunctionType(FT); in visitWrappedCallBase() local
3098 CustomFName, CustomFn.TransformedType); in visitWrappedCallBase()
3099 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase() local
3100 CustomFn->copyAttributesFrom(&F); in visitWrappedCallBase()
3104 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitWrappedCallBase()
3146 CustomFn, CI->getContext(), CI->getAttributes())); in visitWrappedCallBase()