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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp240 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; local
293 if (PreviousIsInvoke && !IsSJLJ) {
303 if (!IsSJLJ)
321 if (SawPotentiallyThrowing && !IsSJLJ) {
378 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; local
381 IsSJLJ ? static_cast<unsigned>(dwarf::DW_EH_PE_udata4) :
464 if (IsSJLJ || IsWasm) {

Completed in 108 milliseconds