Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp504 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() function
518 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()
679 getAllocaSizeInBytes(AI) > 0 && in isInterestingAlloca()
DAddressSanitizer.cpp622 uint64_t getAllocaSizeInBytes(const AllocaInst &AI) const { in getAllocaSizeInBytes() function
1193 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca()
2864 ASan.getAllocaSizeInBytes(*AI), in processStaticAllocas()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp463 uint64_t getAllocaSizeInBytes(AllocaInst *AI) const { in getAllocaSizeInBytes() function
923 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(&AI) > 0) && in isInterestingAlloca()
2075 ASan.getAllocaSizeInBytes(AI), in poisonStack()