Searched refs:getAllocaSizeInBytes (Results 1 – 4 of 4) sorted by relevance
162 memtag::getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()175 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function185 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
77 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
670 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1257 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()3156 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
1321 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()