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

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
  874   auto &DL = M.getDataLayout();
  886     Triple TargetTriple(M.getTargetTriple());
  938   C = &(M.getContext());
  948       M.getOrInsertGlobal("__msan_track_origins", IRB.getInt32Ty(), [&] {
  950             M, IRB.getInt32Ty(), true, GlobalValue::WeakODRLinkage,
  955       M.getOrInsertGlobal("__msan_keep_going", IRB.getInt32Ty(), [&] {
  956         return new GlobalVariable(M, IRB.getInt32Ty(), true,