Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp576 SmallVector<AllocaPoisonCall, 8> AllocaPoisonCallVec; member
713 AllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
1829 for (const auto &APC : AllocaPoisonCallVec) { in poisonStack()