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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3164   copyToShadow(ShadowAfterScope, ShadowAfterScope, IRB, ShadowBase);
 3164   copyToShadow(ShadowAfterScope, ShadowAfterScope, IRB, ShadowBase);
 3177       copyToShadow(ShadowAfterScope,
 3178                    APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End,
 3183   SmallVector<uint8_t, 64> ShadowClean(ShadowAfterScope.size(), 0);
 3232       copyToShadow(ShadowAfterScope, ShadowClean, IRBElse, ShadowBase);
 3234       copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase);