Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp569 uint64_t LSDASizeWithAlign = LSDASizeWithoutAlign + NeedAlignVal; in emitExceptionTable() local
571 getULEB128Size(LSDASizeWithAlign); in emitExceptionTable()
577 LSDASizeWithAlign -= 1; in emitExceptionTable()
579 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()