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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 162 UseSjLjEH = isTargetDarwin() && !isTargetWatchOS();
165 ExceptionHandling::SjLj) == UseSjLjEH) &&
ARMSubtarget.h 230 /// UseSjLjEH - If true, the target uses SjLj exception handling (e.g. iOS).
231 bool UseSjLjEH;
367 bool useSjLjEH() const { return UseSjLjEH; }

Completed in 3251 milliseconds