Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp375 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
394 InstrumentedAddress = in instrumentMaskedLoadOrStore()
396 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore()
H A DAddressSanitizer.cpp1445 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
1464 InstrumentedAddress = in instrumentMaskedLoadOrStore()
1466 doInstrumentAddress(Pass, I, InsertBefore, InstrumentedAddress, Alignment, in instrumentMaskedLoadOrStore()