Searched refs:ActionTableSize (Results 1 – 1 of 1) sorted by relevance
544 uint64_t ActionTableSize = 0; in emitExceptionTable() local547 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()549 assert(isUInt<32>(ActionTableSize) && "ActionTableSize overflows."); in emitExceptionTable()559 + ActionTableSize; // Action table content. in emitExceptionTable()