Searched refs:getAllocaSizeInBytes (Results 1 – 3 of 3) sorted by relevance
504 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function518 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()679 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
622 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1193 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()2864 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
463 uint64_t getAllocaSizeInBytes(AllocaInst *AI) const { in getAllocaSizeInBytes() function923 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(&AI) > 0) && in isInterestingAlloca()2075 ASan.getAllocaSizeInBytes(AI), in poisonStack()