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

  /external/clang/include/clang/Driver/
ToolChain.h 167 /// UseSjLjExceptions - Does this tool chain use SjLj exceptions.
168 virtual bool UseSjLjExceptions() const { return false; }
  /external/clang/lib/Driver/
ToolChains.h 253 virtual bool UseSjLjExceptions() const;
ToolChains.cpp 918 bool Darwin::UseSjLjExceptions() const {
    [all...]
Tools.cpp     [all...]

Completed in 236 milliseconds