Searched refs:InstrumentedAddress (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 423 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local 442 InstrumentedAddress = in instrumentMaskedLoadOrStore() 444 instrumentAddress(I, InsertBefore, InstrumentedAddress, ElemTypeSize, in instrumentMaskedLoadOrStore()
|
D | AddressSanitizer.cpp | 1516 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local 1535 InstrumentedAddress = in instrumentMaskedLoadOrStore() 1537 doInstrumentAddress(Pass, I, InsertBefore, InstrumentedAddress, Alignment, in instrumentMaskedLoadOrStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1521 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local 1540 InstrumentedAddress = in instrumentMaskedLoadOrStore() 1542 doInstrumentAddress(Pass, I, InsertBefore, InstrumentedAddress, Alignment, in instrumentMaskedLoadOrStore()
|