Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp916 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
953 StaticAllocaPoisonCallVec.clear(); in runOnFunction()
1095 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
3118 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
3178 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3325 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3329 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()