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 33 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 };
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 116 case llvm::ExceptionHandling::SjLj:
117 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
118 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
  /external/llvm/lib/CodeGen/
Passes.cpp 394 case ExceptionHandling::SjLj:
395 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
396 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
MachineVerifier.cpp 543 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 267 // For Dwarf exception handling (SjLj handling doesn't use this). If some
292 // Try to merge with the previous call-site. SJLJ doesn't do this
306 // SjLj EH must maintain the call sites in the order assigned
389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
415 // For SjLj exceptions, if there is no TypeInfo, then we just explicitly say
516 // SjLj Exception handling
AsmPrinter.cpp 200 case ExceptionHandling::SjLj:
    [all...]

Completed in 1217 milliseconds