Searched refs:createAllocaForLayout (Results 1 – 1 of 1) sorted by relevance
743 Value *createAllocaForLayout(IRBuilder<> &IRB, const ASanStackFrameLayout &L,1798 Value *FunctionStackPoisoner::createAllocaForLayout( in createAllocaForLayout() function in FunctionStackPoisoner1897 DoDynamicAlloca ? nullptr : createAllocaForLayout(IRB, L, false); in poisonStack()1932 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in poisonStack()1941 DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca; in poisonStack()