Searched defs:getSizeForNumHandlers (Results 1 - 1 of 1) 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());

Completed in 39 milliseconds