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

  /external/llvm/lib/Target/ARM/
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; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 408 /// UseSjLjEH - If true, the target uses SjLj exception handling (e.g. iOS).
409 bool UseSjLjEH = false;
614 bool useSjLjEH() const { return UseSjLjEH; }

Completed in 485 milliseconds