Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp542 uint64_t ActionTableSize = 0; in emitExceptionTable() local
545 ActionTableSize += getSLEB128Size(Action.ValueForTypeID) + in emitExceptionTable()
547 assert(isUInt<32>(ActionTableSize) && "ActionTableSize overflows."); in emitExceptionTable()
557 + ActionTableSize; // Action table content. in emitExceptionTable()