Searched refs:CallSiteTableSize (Results 1 – 1 of 1) sorted by relevance
520 uint64_t CallSiteTableSize = 0; in emitExceptionTable() local527 CallSiteTableSize += 12 + getULEB128Size(S.Action); in emitExceptionTable()528 assert(isUInt<32>(CallSiteTableSize) && "CallSiteTableSize overflows."); in emitExceptionTable()534 getULEB128Size(CallSiteTableSize); in emitExceptionTable()549 + CallSiteTableSize // Call site table content. in emitExceptionTable()576 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()