Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp231 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable() local
284 if (PreviousIsInvoke && !IsSJLJ) { in computeCallSiteTable()
294 if (!IsSJLJ) in computeCallSiteTable()
312 if (SawPotentiallyThrowing && !IsSJLJ) { in computeCallSiteTable()
370 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable() local
371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in emitExceptionTable()
374 if (IsSJLJ) in emitExceptionTable()
386 if (IsSJLJ) in emitExceptionTable()
492 if (IsSJLJ) { in emitExceptionTable()