Searched refs:AlignedSize (Results 1 – 1 of 1) sorted by relevance
482 uint64_t AlignedSize = getAlignedAllocaSize(&AI); in visitAllocaInst() local483 TotalStackSize += AlignedSize; in visitAllocaInst()1404 uint64_t AlignedSize = getAlignedAllocaSize(AI); in poisonRedZones() local1405 assert(AlignedSize - SizeInBytes < RedzoneSize()); in poisonRedZones()1408 Pos += AlignedSize; in poisonRedZones()1411 if (SizeInBytes < AlignedSize) { in poisonRedZones()1416 size_t AddressableBytes = RedzoneSize() - (AlignedSize - SizeInBytes); in poisonRedZones()1542 uint64_t AlignedSize = getAlignedAllocaSize(AI); in poisonStack() local1543 assert((AlignedSize % RedzoneSize()) == 0); in poisonStack()1549 Pos += AlignedSize + RedzoneSize(); in poisonStack()