Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp646 FunctionCallee MsanPoisonAllocaFn, MsanUnpoisonAllocaFn; member in __anonb346f5430211::MemorySanitizer
830 MsanUnpoisonAllocaFn = M.getOrInsertFunction( in createKernelApi()
4654 IRB.CreateCall(MS.MsanUnpoisonAllocaFn, {&I, Len}); in poisonAllocaKmsan()