Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp570 uint64_t LSDASizeWithAlign = LSDASizeWithoutAlign + NeedAlignVal; in emitExceptionTable() local
572 getULEB128Size(LSDASizeWithAlign); in emitExceptionTable()
578 LSDASizeWithAlign -= 1; in emitExceptionTable()
580 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()