Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1764 Value *StaticAlloca = in poisonStack() local
1800 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in poisonStack()
1809 DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca; in poisonStack()