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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2854   for (size_t i = Begin, j = Begin + 1; i < End; i = j++) {
 2854   for (size_t i = Begin, j = Begin + 1; i < End; i = j++) {
 2855     if (!ShadowMask[i]) {
 2856       assert(!ShadowBytes[i]);
 2859     uint8_t Val = ShadowBytes[i];
 2867     if (j - i >= ClMaxInlinePoisoningSize) {
 2868       copyToShadowInline(ShadowMask, ShadowBytes, Done, i, IRB, ShadowBase);
 2870                      {IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)),
 2871                       ConstantInt::get(IntptrTy, j - i)});