Searched defs:DynamicAllocaLayout (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp580 AllocaInst *DynamicAllocaLayout = nullptr; member in struct:__anon12880::FunctionStackPoisoner
650 {IRB.CreateLoad(DynamicAllocaLayout), DynamicAreaPtr});
656 unpoisonDynamicAllocasBeforeInst(Ret, DynamicAllocaLayout);
1819 DynamicAllocaLayout = IRB.CreateAlloca(IntptrTy, nullptr);
1820 IRB.CreateStore(Constant::getNullValue(IntptrTy), DynamicAllocaLayout); local
1821 DynamicAllocaLayout->setAlignment(32);
2135 // Store the last alloca's address to DynamicAllocaLayout. We'll need this
2137 IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout);

Completed in 68 milliseconds