Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp249 unsigned getAllocaAlignment() const { return 1U << Scale; } in getAllocaAlignment() function
648 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()
649 ~(Mapping.getAllocaAlignment() - 1); in tagAlloca()
964 if (AI->getAlignment() < Mapping.getAllocaAlignment()) in runOnFunction()
965 AI->setAlignment(Mapping.getAllocaAlignment()); in runOnFunction()