Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2949 FunctionCallee CustomF = DFSF.DFS.Mod->getOrInsertFunction( in visitWrappedCallBase() local
2951 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase()
2996 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase()