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

Declarations

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1094   void copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes,

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3164   copyToShadow(ShadowAfterScope, ShadowAfterScope, IRB, ShadowBase);
 3214         copyToShadow(ShadowAfterReturn, ShadowAfterReturn, IRBPoison,
 3232       copyToShadow(ShadowAfterScope, ShadowClean, IRBElse, ShadowBase);
 3234       copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase);