Home
last modified time | relevance | path

Searched refs:UseSjLjExceptions (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
DToolChain.h194 virtual bool UseSjLjExceptions() const { return false; } in UseSjLjExceptions() function
/external/clang/lib/Driver/
DToolChains.h361 virtual bool UseSjLjExceptions() const;
DToolChains.cpp928 bool Darwin::UseSjLjExceptions() const { in UseSjLjExceptions() function in Darwin
DTools.cpp2599 if (getToolChain().UseSjLjExceptions()) in ConstructJob()