Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp794 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-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1054 Value *createAllocaForLayout(IRBuilder<> &IRB, const ASanStackFrameLayout &L,
2780 Value *FunctionStackPoisoner::createAllocaForLayout( in createAllocaForLayout() function in FunctionStackPoisoner
2919 DoDynamicAlloca ? nullptr : createAllocaForLayout(IRB, L, false); in processStaticAllocas()
2958 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in processStaticAllocas()
2971 DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca; in processStaticAllocas()