Searched refs:InstrumentedAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 391 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local 410 InstrumentedAddress = in instrumentMaskedLoadOrStore() 412 instrumentAddress(I, InsertBefore, InstrumentedAddress, IsWrite); in instrumentMaskedLoadOrStore()
|
| H A D | AddressSanitizer.cpp | 1733 Value *InstrumentedAddress; in instrumentMaskedLoadOrStore() local 1738 InstrumentedAddress = IRB.CreateExtractElement(Addr, Index); in instrumentMaskedLoadOrStore() 1741 InstrumentedAddress = IRB.CreatePtrAdd(Addr, Index); in instrumentMaskedLoadOrStore() 1743 InstrumentedAddress = IRB.CreateGEP(VTy, Addr, {Zero, Index}); in instrumentMaskedLoadOrStore() 1745 doInstrumentAddress(Pass, I, &*IRB.GetInsertPoint(), InstrumentedAddress, in instrumentMaskedLoadOrStore()
|