Searched refs:getAllocaSizeInBytes (Results 1 – 4 of 4) sorted by relevance
188 memtag::getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()201 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function211 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
80 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
749 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1360 ((!AI.isStaticAlloca()) || !getAllocaSizeInBytes(AI).isZero()) && in isInterestingAlloca()3429 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
1440 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()