Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h221 bool IsUnwindTablesDefault() const override;
348 bool IsUnwindTablesDefault() const override;
670 bool IsUnwindTablesDefault() const override;
794 bool IsUnwindTablesDefault() const override { return true; } in IsUnwindTablesDefault() function
1038 bool IsUnwindTablesDefault() const override;
1085 bool IsUnwindTablesDefault() const override;
DCrossWindowsToolChain.cpp32 bool CrossWindowsToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
DMinGWToolChain.cpp122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MinGW
DToolChain.cpp205 bool ToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in ToolChain
DMSVCToolChain.cpp71 bool MSVCToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MSVCToolChain
DToolChains.cpp1088 bool MachO::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MachO
2723 bool Generic_GCC::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in Generic_GCC
DTools.cpp4335 (getToolChain().IsUnwindTablesDefault() || in ConstructJob()
/external/clang/include/clang/Driver/
DToolChain.h276 virtual bool IsUnwindTablesDefault() const;