Searched refs:instrumentAddress (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 485 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 1081 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls, in instrumentMop() 1136 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer 1215 instrumentAddress(I, I, Addr, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment() 1216 instrumentAddress(I, I, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
|