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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h77 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp162 memtag::getAllocaSizeInBytes(AI) > 0 &&
175 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { function in namespace:llvm::memtag
185 uint64_t Size = getAllocaSizeInBytes(*Info.AI);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp681 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { function in struct:__anon2865::AddressSanitizer
1280 ((!AI.isStaticAlloca()) || !getAllocaSizeInBytes(AI).isZero()) &&
3332 ASan.getAllocaSizeInBytes(*AI),
H A DHWAddressSanitizer.cpp1401 size_t Size = memtag::getAllocaSizeInBytes(*AI);

Completed in 180 milliseconds