Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp470 FunctionCallee DFSanStoreCallbackFn; member in __anond47758270111::DataFlowSanitizer
1420 DFSanStoreCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1439 DFSanStoreCallbackFn = Mod->getOrInsertFunction("__dfsan_store_callback", in initializeCallbackFunctions()
2724 IRB.CreateCall(DFSF.DFS.DFSanStoreCallbackFn, {PrimitiveShadow, Addr8}); in visitStoreInst()