Searched refs:InstrumentedAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 390 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local 409 InstrumentedAddress = in instrumentMaskedLoadOrStore() 411 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore()
|
| H A D | AddressSanitizer.cpp | 1585 Value *InstrumentedAddress; in instrumentMaskedLoadOrStore() local 1590 InstrumentedAddress = IRB.CreateExtractElement(Addr, Index); in instrumentMaskedLoadOrStore() 1593 InstrumentedAddress = IRB.CreatePtrAdd(Addr, Index); in instrumentMaskedLoadOrStore() 1595 InstrumentedAddress = IRB.CreateGEP(VTy, Addr, {Zero, Index}); in instrumentMaskedLoadOrStore() 1598 InstrumentedAddress, Alignment, Granularity, in instrumentMaskedLoadOrStore()
|