Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2914 FunctionCallee CustomF = DFSF.DFS.Mod->getOrInsertFunction( in visitWrappedCallBase() local
2916 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase()
2945 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase()