Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp165 bool isInterestingAlloca(const AllocaInst &AI);
674 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in HWAddressSanitizer
717 if (isInterestingAlloca(*AI)) in runOnFunction()
DAddressSanitizer.cpp636 bool isInterestingAlloca(const AllocaInst &AI);
966 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()
1007 if (!AI || !ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()
1184 bool AddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer
1296 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()
2816 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()
2889 assert(ASan.isInterestingAlloca(*APC.AI)); in processStaticAllocas()
3115 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()
/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()