Searched refs:getAllocaSizeInBytes (Results 1 – 2 of 2) sorted by relevance
880 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function1177 size_t Size = getAllocaSizeInBytes(*AI); in instrumentStack()1197 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()1288 uint64_t Size = getAllocaSizeInBytes(*AI); in sanitizeFunction()
627 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function1383 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()3249 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()