Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp628 SmallVector<IntrinsicInst *, 1> StackRestoreVec; member
707 for (auto &StackRestoreInst : StackRestoreVec) in unpoisonDynamicAllocas()
742 if (ID == Intrinsic::stackrestore) StackRestoreVec.push_back(&II); in visitIntrinsicInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp851 SmallVector<IntrinsicInst *, 1> StackRestoreVec; member
947 for (auto &StackRestoreInst : StackRestoreVec) in unpoisonDynamicAllocas()
989 if (ID == Intrinsic::stackrestore) StackRestoreVec.push_back(&II); in visitIntrinsicInst()