Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCleanup.h171 static size_t getSizeForNumHandlers(unsigned N) { in getSizeForNumHandlers() function
477 Ptr += EHCatchScope::getSizeForNumHandlers(
531 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()); in popCatch()
HDCGCleanup.cpp233 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); in pushCatch()