Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A 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 && LastLabel != nullptr) { 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp240 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable() local
293 if (PreviousIsInvoke && !IsSJLJ) { in computeCallSiteTable()
303 if (!IsSJLJ) in computeCallSiteTable()
321 if (SawPotentiallyThrowing && !IsSJLJ) { in computeCallSiteTable()
378 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable() local
381 IsSJLJ ? static_cast<unsigned>(dwarf::DW_EH_PE_udata4) : in emitExceptionTable()
464 if (IsSJLJ || IsWasm) { in emitExceptionTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp249 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in computeCallSiteTable() local
318 if (PreviousIsInvoke && !IsSJLJ) { in computeCallSiteTable()
328 if (!IsSJLJ) in computeCallSiteTable()
348 if (SawPotentiallyThrowing && !IsSJLJ) { in computeCallSiteTable()
420 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj; in emitExceptionTable() local
424 IsSJLJ ? static_cast<unsigned>(dwarf::DW_EH_PE_udata4) : in emitExceptionTable()
589 if (IsSJLJ || IsWasm) { in emitExceptionTable()