Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp423 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
442 InstrumentedAddress = in instrumentMaskedLoadOrStore()
444 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore()
H A DAddressSanitizer.cpp1577 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
1596 InstrumentedAddress = in instrumentMaskedLoadOrStore()
1598 doInstrumentAddress(Pass, I, InsertBefore, InstrumentedAddress, Alignment, in instrumentMaskedLoadOrStore()