Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp426 bool isInterestingAlloca(AllocaInst &AI);
677 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()
852 bool AddressSanitizer::isInterestingAlloca(AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer
915 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()
2060 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()