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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3171       const ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI];
 3174       size_t End = Begin + (APC.Size + L.Granularity - 1) / L.Granularity;
 3176       IRBuilder<> IRB(APC.InsBefore);
 3178                    APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End,