Home
last modified time | relevance | path

Searched refs:CallSiteTableSize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp520 uint64_t CallSiteTableSize = 0; in emitExceptionTable() local
527 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()