Searched refs:instrumentAddress (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 173 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 444 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore() 464 instrumentAddress(I, I, Access.Addr, Access.TypeSize, Access.IsWrite); in instrumentMop() 468 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in MemProfiler
|
| H A D | AddressSanitizer.cpp | 651 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 1548 return Pass->instrumentAddress(I, InsertBefore, Addr, TypeSize, IsWrite, in doInstrumentAddress() 1718 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer 1824 instrumentAddress(I, InsertBefore, Addr, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment() 1825 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
|