Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp112 static const unsigned kAllocaRzSize = 32; variable
2020 const unsigned Align = std::max(kAllocaRzSize, AI->getAlignment()); in handleDynamicAllocaCall()
2021 const uint64_t AllocaRedzoneMask = kAllocaRzSize - 1; in handleDynamicAllocaCall()
2024 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize); in handleDynamicAllocaCall()
2051 ConstantInt::get(IntptrTy, Align + kAllocaRzSize), PartialPadding); in handleDynamicAllocaCall()