Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp558 uint64_t LSDASizeWithAlign = LSDASizeWithoutAlign + NeedAlignVal; in emitExceptionTable() local
560 getULEB128Size(LSDASizeWithAlign); in emitExceptionTable()
566 LSDASizeWithAlign -= 1; in emitExceptionTable()
568 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()