Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp433 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
452 InstrumentedAddress = in instrumentMaskedLoadOrStore()
454 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore()
H A DAddressSanitizer.cpp1414 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
1433 InstrumentedAddress = in instrumentMaskedLoadOrStore()
1435 doInstrumentAddress(Pass, I, InsertBefore, InstrumentedAddress, Alignment, in instrumentMaskedLoadOrStore()