Home
last modified time | relevance | path

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

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