HomeSort by relevance Sort by last modified time
    Searched refs:SjLj (Results 1 - 7 of 7) 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/
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 550 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 118 case llvm::ExceptionHandling::SjLj:
119 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
120 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 236 // For Dwarf exception handling (SjLj handling doesn't use this). If some
261 // Try to merge with the previous call-site. SJLJ doesn't do this
275 // SjLj EH must maintain the call sites in the order assigned
362 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
388 // For SjLj exceptions, if there is no TypeInfo, then we just explicitly say
488 // SjLj Exception handling
AsmPrinter.cpp 239 case ExceptionHandling::SjLj:
    [all...]

Completed in 121 milliseconds