HomeSort by relevance Sort by last modified time
    Searched refs:SjLj (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 37 ExceptionsType = ExceptionHandling::SjLj;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 47 SjLj, /// setjmp/longjmp based exceptions
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 231 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
258 // For Dwarf exception handling (SjLj handling doesn't use this). If some
283 // Try to merge with the previous call-site. SJLJ doesn't do this
297 // SjLj EH must maintain the call sites in the order assigned
370 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
396 // For SjLj exceptions, if there is no TypeInfo, then we just explicitly say
491 // SjLj Exception handling
AsmPrinter.cpp 261 case ExceptionHandling::SjLj:
    [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 408 case ExceptionHandling::SjLj:
409 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
410 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
MachineVerifier.cpp 542 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
    [all...]

Completed in 184 milliseconds