Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp164 uint64_t getStaticAllocaAllocationSize(const AllocaInst* AI);
220 uint64_t SafeStack::getStaticAllocaAllocationSize(const AllocaInst* AI) { in getStaticAllocaAllocationSize() function in __anona08a2d6e0111::SafeStack
388 uint64_t Size = getStaticAllocaAllocationSize(AI); in findInsts()
505 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()
523 uint64_t Size = getStaticAllocaAllocationSize(AI); in moveStaticAllocasToUnsafeStack()
590 uint64_t Size = getStaticAllocaAllocationSize(AI); in moveStaticAllocasToUnsafeStack()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp131 uint64_t getStaticAllocaAllocationSize(const AllocaInst *AI) { in getStaticAllocaAllocationSize() function
377 getStaticAllocaAllocationSize(AI)); in run()