Searched refs:getAllocaSizeInBytes (Results 1 – 2 of 2) sorted by relevance
959 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function1270 size_t Size = getAllocaSizeInBytes(*AI); in instrumentStack()1290 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()1387 uint64_t Size = getAllocaSizeInBytes(*AI); in sanitizeFunction()
633 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1393 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()3248 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()