Home
last modified time | relevance | path

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

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