Home
last modified time | relevance | path

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

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