Searched refs:instrumentAddress (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.h | 45 void instrumentAddress(Module &M, IRBuilder<> &IRB, Instruction *OrigIns,
|
| H A D | AMDGPUAsanInstrumentation.cpp | 183 void instrumentAddress(Module &M, IRBuilder<> &IRB, Instruction *OrigIns, in instrumentAddress() function
|
| H A D | AMDGPUSwLowerLDS.cpp | 1287 instrumentAddress(M, IRB, Operand.getInsn(), Operand.getInsn(), Addr, in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 198 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 412 instrumentAddress(I, InsertBefore, InstrumentedAddress, IsWrite); in instrumentMaskedLoadOrStore() 439 instrumentAddress(I, I, Access.Addr, Access.IsWrite); in instrumentMop() 443 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in MemProfiler
|
| H A D | AddressSanitizer.cpp | 813 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, 1676 return Pass->instrumentAddress(I, InsertBefore, Addr, Alignment, in doInstrumentAddress() 1901 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer 2013 instrumentAddress(I, InsertBefore, Addr, {}, 8, IsWrite, Size, false, Exp, in instrumentUnusualSizeOrAlignment() 2015 instrumentAddress(I, InsertBefore, LastByte, {}, 8, IsWrite, Size, false, in instrumentUnusualSizeOrAlignment()
|