Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp634 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
648 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()
784 Descr << getAllocaSizeInBytes(*AI) << " " << AI->getName().str() << "; "; in createFrameString()
935 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
H A DAddressSanitizer.cpp633 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1200 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()
2901 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()