Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp201 memtag::getAllocaSizeInBytes(AI) > 0 && in getAllocaInterestingness()
219 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
229 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h92 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp797 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1427 ((!AI.isStaticAlloca()) || !getAllocaSizeInBytes(AI).isZero()) && in isInterestingAlloca()
3510 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
H A DHWAddressSanitizer.cpp1460 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()