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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2816     while (StoreSizeInBytes > End - i)
 2817       StoreSizeInBytes /= 2;
 2820     for (size_t j = StoreSizeInBytes - 1; j && !ShadowMask[i + j]; --j) {
 2821       while (j <= StoreSizeInBytes / 2)
 2822         StoreSizeInBytes /= 2;
 2826     for (size_t j = 0; j < StoreSizeInBytes; j++) {
 2834     Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val);
 2838     i += StoreSizeInBytes;