Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp247 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable() local
316 if (PreviousIsInvoke && !IsSJLJ) { in computeCallSiteTable()
326 if (!IsSJLJ) in computeCallSiteTable()
346 if (SawPotentiallyThrowing && !IsSJLJ) { in computeCallSiteTable()
418 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable() local
422 IsSJLJ ? static_cast<unsigned>(dwarf::DW_EH_PE_udata4) : in emitExceptionTable()
587 if (IsSJLJ || IsWasm) { in emitExceptionTable()