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 107 UseSjLjEH = isTargetDarwin() && !isTargetWatchABI();
110 ExceptionHandling::SjLj) == UseSjLjEH) &&
ARMSubtarget.h 302 /// UseSjLjEH - If true, the target uses SjLj exception handling (e.g. iOS).
303 bool UseSjLjEH = false;
476 bool useSjLjEH() const { return UseSjLjEH; }

Completed in 65 milliseconds