Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2946 TransformedFunction CustomFn = DFSF.DFS.getCustomFunctionType(FT); in visitWrappedCallBase() local
2950 CustomFName, CustomFn.TransformedType); in visitWrappedCallBase()
2951 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase() local
2952 CustomFn->copyAttributesFrom(&F); in visitWrappedCallBase()
2956 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitWrappedCallBase()
2999 CustomFn, CI->getContext(), CI->getAttributes())); in visitWrappedCallBase()