Searched refs:IsUnwindTablesDefault (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DCrossWindowsToolChain.cpp32 bool CrossWindowsToolChain::IsUnwindTablesDefault() const { function in class:CrossWindowsToolChain
H A DToolChains.h203 bool IsUnwindTablesDefault() const override;
330 bool IsUnwindTablesDefault() const override;
642 bool IsUnwindTablesDefault() const override;
754 bool IsUnwindTablesDefault() const override { return true; }
967 bool IsUnwindTablesDefault() const override;
1013 bool IsUnwindTablesDefault() const override;
H A DMinGWToolChain.cpp122 bool MinGW::IsUnwindTablesDefault() const { function in class:MinGW
H A DMSVCToolChain.cpp70 bool MSVCToolChain::IsUnwindTablesDefault() const { function in class:MSVCToolChain
H A DToolChain.cpp204 bool ToolChain::IsUnwindTablesDefault() const { function in class:ToolChain
H A DToolChains.cpp1054 bool MachO::IsUnwindTablesDefault() const { function in class:MachO
2351 bool Generic_GCC::IsUnwindTablesDefault() const { function in class:Generic_GCC
H A DTools.cpp3947 (getToolChain().IsUnwindTablesDefault() ||
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h269 /// IsUnwindTablesDefault - Does this tool chain use -funwind-tables
271 virtual bool IsUnwindTablesDefault() const;

Completed in 93 milliseconds