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

  /external/clang/lib/Driver/
ToolChains.h 301 bool UseSjLjExceptions() const override {
461 bool UseSjLjExceptions() const override;
594 bool UseSjLjExceptions() const override;
ToolChains.cpp     [all...]
Tools.cpp     [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 247 /// UseSjLjExceptions - Does this tool chain use SjLj exceptions.
248 virtual bool UseSjLjExceptions() const { return false; }

Completed in 478 milliseconds