Home
last modified time | relevance | path

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

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