Home
last modified time | relevance | path

Searched refs:instrumentAddress (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp180 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
454 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore()
482 instrumentAddress(I, I, Access.Addr, Access.TypeSize, Access.IsWrite); in instrumentMop()
486 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in MemProfiler
H A DAddressSanitizer.cpp682 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
1396 return Pass->instrumentAddress(I, InsertBefore, Addr, TypeSize, IsWrite, in doInstrumentAddress()
1565 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer
1662 instrumentAddress(I, InsertBefore, Addr, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
1663 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()