Home
last modified time | relevance | path

Searched refs:getAllocaSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp959 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
1270 size_t Size = getAllocaSizeInBytes(*AI); in instrumentStack()
1290 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
1387 uint64_t Size = getAllocaSizeInBytes(*AI); in sanitizeFunction()
H A DAddressSanitizer.cpp633 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1393 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()
3248 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()