HomeSort by relevance Sort by last modified time
    Searched refs:getSizeForNumHandlers (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.h 168 static size_t getSizeForNumHandlers(unsigned N) {
470 Ptr += EHCatchScope::getSizeForNumHandlers(
524 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
CGCleanup.cpp 220 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));
    [all...]

Completed in 123 milliseconds