reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
  709   MsanContextStateTy = StructType::get(
  717       "__msan_get_context_state", PointerType::get(MsanContextStateTy, 0));
 1258     MS.ParamTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState,
 1260     MS.RetvalTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState,
 1262     MS.VAArgTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState,
 1264     MS.VAArgOriginTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState,
 1267         IRB.CreateGEP(MS.MsanContextStateTy, ContextState,
 1269     MS.ParamOriginTLS = IRB.CreateGEP(MS.MsanContextStateTy, ContextState,
 1272         IRB.CreateGEP(MS.MsanContextStateTy, ContextState,