reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
940 IntptrTy = IRB.getIntPtrTy(DL); 941 OriginTy = IRB.getInt32Ty(); 948 M.getOrInsertGlobal("__msan_track_origins", IRB.getInt32Ty(), [&] { 950 M, IRB.getInt32Ty(), true, GlobalValue::WeakODRLinkage, 951 IRB.getInt32(TrackOrigins), "__msan_track_origins"); 955 M.getOrInsertGlobal("__msan_keep_going", IRB.getInt32Ty(), [&] { 956 return new GlobalVariable(M, IRB.getInt32Ty(), true, 958 IRB.getInt32(Recover), "__msan_keep_going");