Home
last modified time | relevance | path

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

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