Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp162 memtag::getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
175 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
185 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h77 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp670 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1257 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()
3156 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
DHWAddressSanitizer.cpp1321 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()