/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | CrossWindows.h | 58 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
|
D | NetBSD.h | 68 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
|
D | FreeBSD.h | 76 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
|
D | Fuchsia.h | 53 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
|
D | MinGW.h | 66 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
|
D | MSVC.h | 74 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
|
D | CrossWindows.cpp | 216 bool CrossWindowsToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
|
D | Gnu.h | 299 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
|
D | Darwin.h | 238 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
|
D | FreeBSD.cpp | 458 bool FreeBSD::IsUnwindTablesDefault(const ArgList &Args) const { return true; } in IsUnwindTablesDefault() function in FreeBSD
|
D | MinGW.cpp | 461 bool toolchains::MinGW::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in toolchains::MinGW
|
D | MSVC.cpp | 791 bool MSVCToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MSVCToolChain
|
D | Darwin.cpp | 2531 bool MachO::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MachO
|
D | Gnu.cpp | 2674 bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in Generic_GCC
|
D | Clang.cpp | 4824 (TC.IsUnwindTablesDefault(Args) || in ConstructJob()
|
/external/clang/lib/Driver/ |
D | ToolChains.h | 221 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;
|
D | CrossWindowsToolChain.cpp | 32 bool CrossWindowsToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
|
D | MinGWToolChain.cpp | 122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MinGW
|
D | ToolChain.cpp | 205 bool ToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in ToolChain
|
D | MSVCToolChain.cpp | 71 bool MSVCToolChain::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MSVCToolChain
|
D | ToolChains.cpp | 1088 bool MachO::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in MachO 2723 bool Generic_GCC::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() function in Generic_GCC
|
D | Tools.cpp | 4335 (getToolChain().IsUnwindTablesDefault() || in ConstructJob()
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 276 virtual bool IsUnwindTablesDefault() const;
|
/external/llvm-project/clang/include/clang/Driver/ |
D | ToolChain.h | 456 virtual bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const;
|
/external/llvm-project/clang/lib/Driver/ |
D | ToolChain.cpp | 257 bool ToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in ToolChain
|