Searched refs:createAllocaForLayout (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 794 Value *createAllocaForLayout(IRBuilder<> &IRB, const ASanStackFrameLayout &L, 1992 Value *FunctionStackPoisoner::createAllocaForLayout( in createAllocaForLayout() function in FunctionStackPoisoner 2099 DoDynamicAlloca ? nullptr : createAllocaForLayout(IRB, L, false); in poisonStack() 2134 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in poisonStack() 2143 DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca; in poisonStack()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1106 Value *createAllocaForLayout(IRBuilder<> &IRB, const ASanStackFrameLayout &L, 2932 Value *FunctionStackPoisoner::createAllocaForLayout( in createAllocaForLayout() function in FunctionStackPoisoner 3070 DoDynamicAlloca ? nullptr : createAllocaForLayout(IRB, L, false); in processStaticAllocas() 3106 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in processStaticAllocas() 3117 DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca; in processStaticAllocas()
|