Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3115 TransformedFunction CustomFn = DFSF.DFS.getCustomFunctionType(FT); in visitWrappedCallBase() local
3119 CustomFName, CustomFn.TransformedType); in visitWrappedCallBase()
3120 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase() local
3121 CustomFn->copyAttributesFrom(&F); in visitWrappedCallBase()
3125 CustomFn->removeFnAttrs(DFSF.DFS.ReadOnlyNoneAttrs); in visitWrappedCallBase()
3152 CustomFn, CI->getContext(), CI->getAttributes())); in visitWrappedCallBase()