Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp880 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
1177 size_t Size = getAllocaSizeInBytes(*AI); in instrumentStack()
1197 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
1288 uint64_t Size = getAllocaSizeInBytes(*AI); in sanitizeFunction()
H A DAddressSanitizer.cpp627 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1383 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()
3249 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()