Searched refs:MsanContextStateTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 698 StructType *MsanContextStateTy; member in __anonb346f5430211::MemorySanitizer 854 MsanContextStateTy = StructType::get( in createKernelApi() 1577 MS.ParamTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue() 1579 MS.RetvalTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue() 1581 MS.VAArgTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue() 1583 MS.VAArgOriginTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue() 1586 IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue() 1588 MS.ParamOriginTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue() 1591 IRB.CreateGEP(MS.MsanContextStateTy, ContextState, in insertKmsanPrologue()
|