Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1567 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
1586 InstrumentedAddress = in instrumentMaskedLoadOrStore()
1588 doInstrumentAddress(Pass, I, InsertBefore, InstrumentedAddress, Alignment, in instrumentMaskedLoadOrStore()