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