Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1428 Value *ContextState = IRB.CreateCall(MS.MsanGetContextStateFn, {}); in insertKmsanPrologue() local
1430 MS.ParamTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
1432 MS.RetvalTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
1434 MS.VAArgTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
1436 MS.VAArgOriginTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
1439 IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
1441 MS.ParamOriginTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
1444 IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()