Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp609 SmallSetVector<AllocaInst *, 16> NonInstrumentedStaticAllocaVec; member
727 if (AI.isStaticAlloca()) NonInstrumentedStaticAllocaVec.insert(&AI); in visitAllocaInst()
2065 if (NonInstrumentedStaticAllocaVec.count(AI) > 0) in poisonStack()