Home
last modified time | relevance | path

Searched defs:IsUnwindTablesDefault (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/lib/Driver/
H A DCrossWindowsToolChain.cpp32 bool CrossWindowsToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
H A DMinGWToolChain.cpp122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MinGW
H A DMSVCToolChain.cpp71 bool MSVCToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MSVCToolChain
H A DToolChains.h794 bool IsUnwindTablesDefault() const override { return true; } in IsUnwindTablesDefault() function
H A DToolChain.cpp205 bool ToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in ToolChain
H A DToolChains.cpp1088 bool MachO::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MachO
2723 bool Generic_GCC::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in Generic_GCC