Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp863 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
1027 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
2872 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
2923 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3054 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3058 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()