Searched refs:CallSiteTableSize (Results 1 – 1 of 1) sorted by relevance
527 uint64_t CallSiteTableSize = 0; in emitExceptionTable() local534 CallSiteTableSize += 12 + getULEB128Size(S.Action); in emitExceptionTable()535 assert(isUInt<32>(CallSiteTableSize) && "CallSiteTableSize overflows."); in emitExceptionTable()541 getULEB128Size(CallSiteTableSize); in emitExceptionTable()556 + CallSiteTableSize // Call site table content. in emitExceptionTable()583 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()