Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3106 FunctionCallee CustomF = DFSF.DFS.Mod->getOrInsertFunction( in visitWrappedCallBase() local
3108 if (Function *CustomFn = dyn_cast<Function>(CustomF.getCallee())) { in visitWrappedCallBase()
3137 CallInst *CustomCI = IRB.CreateCall(CustomF, Args); in visitWrappedCallBase()