Searched refs:instrumentAddress (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp369 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
772 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls);
786 instrumentAddress(I, I, Addr, 8, IsWrite, Size, false);
787 instrumentAddress(I, I, LastByte, 8, IsWrite, Size, false);
835 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, function in class:AddressSanitizer

Completed in 278 milliseconds