Searched refs:instrumentAddress (Results 1 – 2 of 2) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 649 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 1350 return Pass->instrumentAddress(I, InsertBefore, Addr, TypeSize, IsWrite, in doInstrumentAddress() 1504 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer 1602 instrumentAddress(I, InsertBefore, Addr, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment() 1603 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
|