Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp535 uint64_t ActionTableSize = 0; in emitExceptionTable() local
538 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()
540 assert(isUInt<32>(ActionTableSize) && "ActionTableSize overflows."); in emitExceptionTable()
550 + ActionTableSize; // Action table content. in emitExceptionTable()