Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h168 static size_t getSizeForNumHandlers(unsigned N) { in getSizeForNumHandlers() function
461 Ptr += EHCatchScope::getSizeForNumHandlers(
515 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()); in popCatch()
DCGCleanup.cpp220 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); in pushCatch()