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 63 ExceptionsType = ExceptionHandling::SjLj;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 32 enum ExceptionsType { None, DwarfCFI, SjLj, ARM, Win64 };
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 86 case ExceptionHandling::SjLj:
87 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
88 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
MachineVerifier.cpp 439 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj &&
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 114 case llvm::ExceptionHandling::SjLj:
115 // SjLj piggy-backs on dwarf for this bit. The cleanups done apply to both
116 // Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 268 // For Dwarf exception handling (SjLj handling doesn't use this). If some
293 // Try to merge with the previous call-site. SJLJ doesn't do this
307 // SjLj EH must maintain the call sites in the order assigned
390 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
416 // For SjLj exceptions, if there is no TypeInfo, then we just explicitly say
517 // SjLj Exception handling
AsmPrinter.cpp 200 case ExceptionHandling::SjLj:
    [all...]

Completed in 212 milliseconds