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

/external/clang/lib/CodeGen/
H A DCGCleanup.h166 static size_t getSizeForNumHandlers(unsigned N) { function in class:clang::CodeGen::EHCatchScope
459 Ptr += EHCatchScope::getSizeForNumHandlers(
513 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
H A DCGCleanup.cpp214 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));

Completed in 22 milliseconds