Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp561 Value *MsanGetContextStateFn; member in __anon0ecc9ba80211::MemorySanitizer
681 MsanGetContextStateFn = M.getOrInsertFunction( in createKernelApi()
1242 Value *ContextState = IRB.CreateCall(MS.MsanGetContextStateFn, {}); in insertKmsanPrologue()