Searched refs:instrumentAddress (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 234 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 450 instrumentAddress(I, InsertBefore, InstrumentedAddress, IsWrite); in instrumentMaskedLoadOrStore() 477 instrumentAddress(I, I, Access.Addr, Access.IsWrite); in instrumentMop() 481 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in MemProfiler
|
| H A D | AddressSanitizer.cpp | 765 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 1609 return Pass->instrumentAddress(I, InsertBefore, Addr, Alignment, in doInstrumentAddress() 1834 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer 1949 instrumentAddress(I, InsertBefore, Addr, {}, 8, IsWrite, Size, false, Exp, in instrumentUnusualSizeOrAlignment() 1951 instrumentAddress(I, InsertBefore, LastByte, {}, 8, IsWrite, Size, false, in instrumentUnusualSizeOrAlignment()
|