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.cpp188 memtag::getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
201 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
211 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h80 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp749 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1360 ((!AI.isStaticAlloca()) || !getAllocaSizeInBytes(AI).isZero()) && in isInterestingAlloca()
3429 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
H A DHWAddressSanitizer.cpp1440 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()