Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DNetBSD.h68 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
DFuchsia.h53 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
DCrossWindows.cpp216 bool CrossWindowsToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
DFreeBSD.cpp458 bool FreeBSD::IsUnwindTablesDefault(const ArgList &Args) const { return true; } in IsUnwindTablesDefault() function in FreeBSD
DMinGW.cpp461 bool toolchains::MinGW::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in toolchains::MinGW
DMSVC.cpp791 bool MSVCToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MSVCToolChain
DDarwin.cpp2531 bool MachO::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MachO
DGnu.cpp2674 bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in Generic_GCC
/external/clang/lib/Driver/
DCrossWindowsToolChain.cpp32 bool CrossWindowsToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
DMinGWToolChain.cpp122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MinGW
DMSVCToolChain.cpp71 bool MSVCToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MSVCToolChain
DToolChains.h794 bool IsUnwindTablesDefault() const override { return true; } in IsUnwindTablesDefault() function
DToolChain.cpp205 bool ToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in ToolChain
DToolChains.cpp1088 bool MachO::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MachO
2723 bool Generic_GCC::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in Generic_GCC
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp257 bool ToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in ToolChain