Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2911 TransformedFunction CustomFn = DFSF.DFS.getCustomFunctionType(FT); in visitWrappedCallBase() local
2915 CustomFName, CustomFn.TransformedType); in visitWrappedCallBase()
2916 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase() local
2917 CustomFn->copyAttributesFrom(&F); in visitWrappedCallBase()
2921 CustomFn->removeFnAttrs(DFSF.DFS.ReadOnlyNoneAttrs); in visitWrappedCallBase()
2948 CustomFn, CI->getContext(), CI->getAttributes())); in visitWrappedCallBase()