Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DCrossWindows.h58 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
DNetBSD.h68 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
DFreeBSD.h76 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
DFuchsia.h53 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
DMinGW.h66 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
DMSVC.h74 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
DCrossWindows.cpp216 bool CrossWindowsToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
DGnu.h299 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
DDarwin.h238 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
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
DClang.cpp4824 (TC.IsUnwindTablesDefault(Args) || in ConstructJob()
/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;
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h456 virtual bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const;
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp257 bool ToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in ToolChain