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

Declarations

lib/Transforms/Instrumentation/AddressSanitizer.cpp
  626   void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1502     return Pass->instrumentAddress(I, InsertBefore, Addr, TypeSize, IsWrite,
 1755     instrumentAddress(I, InsertBefore, Addr, 8, IsWrite, Size, false, Exp);
 1756     instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp);