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);
681 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1280 ((!AI.isStaticAlloca()) || !getAllocaSizeInBytes(AI).isZero()) && in isInterestingAlloca()3332 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
1401 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()