Searched refs:getAllocaSizeInBytes (Results 1 – 4 of 4) sorted by relevance
201 memtag::getAllocaSizeInBytes(AI) > 0 && in getAllocaInterestingness()219 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function229 uint64_t Size = getAllocaSizeInBytes(*Info.AI); in alignAndPadAlloca()
92 uint64_t getAllocaSizeInBytes(const AllocaInst &AI);
797 TypeSize getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1427 ((!AI.isStaticAlloca()) || !getAllocaSizeInBytes(AI).isZero()) && in isInterestingAlloca()3510 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
1460 size_t Size = memtag::getAllocaSizeInBytes(*AI); in instrumentStack()