Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp643 FunctionCallee MsanGetContextStateFn; member in __anonb346f5430211::MemorySanitizer
803 MsanGetContextStateFn = M.getOrInsertFunction( in createKernelApi()
1502 Value *ContextState = IRB.CreateCall(MS.MsanGetContextStateFn, {}); in insertKmsanPrologue()