Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp481 DenseMap<Value *, Function *> UnwrappedFnMap; member in __anond47758270111::DataFlowSanitizer
1626 UnwrappedFnMap[WrappedFnCst] = &F; in runImpl()
1648 UnwrappedFnMap[&F] = &F; in runImpl()
3197 DFSF.DFS.UnwrappedFnMap.find(CB.getCalledOperand()); in visitCallBase()
3198 if (UnwrappedFnIt != DFSF.DFS.UnwrappedFnMap.end()) in visitCallBase()