Searched defs:UseCalls (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp367 void instrumentMop(Instruction *I, bool UseCalls);
371 Value *SizeArgument, bool UseCalls);
728 void AddressSanitizer::instrumentMop(Instruction *I, bool UseCalls) { argument
772 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls);
780 if (UseCalls) {
838 Value *SizeArgument, bool UseCalls) {
843 if (UseCalls) {
1427 bool UseCalls = false; local
1430 UseCalls = true;
1438 instrumentMop(Inst, UseCalls);
835 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls) argument
[all...]

Completed in 202 milliseconds