Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp476 bool isInterestingAlloca(AllocaInst &AI);
726 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()
760 if (!AI || !ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()
914 bool AddressSanitizer::isInterestingAlloca(AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer
985 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()
2026 assert(ASan.isInterestingAlloca(*APC.AI)); in poisonStack()
2268 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()