Home
last modified time | relevance | path

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

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