Searched refs:instrumentAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 196 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 411 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore() 439 instrumentAddress(I, I, Access.Addr, Access.TypeSize, Access.IsWrite); in instrumentMop() 443 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in MemProfiler
|
| H A D | AddressSanitizer.cpp | 696 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 1529 return Pass->instrumentAddress(I, InsertBefore, Addr, Alignment, in doInstrumentAddress() 1751 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer 1862 instrumentAddress(I, InsertBefore, Addr, {}, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment() 1863 instrumentAddress(I, InsertBefore, LastByte, {}, 8, IsWrite, Size, false, in instrumentUnusualSizeOrAlignment()
|