Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp155 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
165 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h76 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1309 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()
1398 memtag::getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
H A DAddressSanitizer.cpp658 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1227 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()
3103 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()