Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h302 bool UseSjLjExceptions() const override { in UseSjLjExceptions() function
466 bool UseSjLjExceptions() const override;
607 bool UseSjLjExceptions() const override;
DToolChains.cpp954 bool Darwin::UseSjLjExceptions() const { in UseSjLjExceptions() function in Darwin
2681 bool FreeBSD::UseSjLjExceptions() const { in UseSjLjExceptions() function in FreeBSD
DTools.cpp4308 if (getToolChain().UseSjLjExceptions()) in ConstructJob()
/external/clang/include/clang/Driver/
DToolChain.h265 virtual bool UseSjLjExceptions() const { return false; } in UseSjLjExceptions() function