Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCrossWindows.h58 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DNetBSD.h68 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
H A DOpenBSD.h85 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DFreeBSD.h76 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DFuchsia.h53 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
H A DMinGW.h69 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DMSVC.h54 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DCrossWindows.cpp216 bool CrossWindowsToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
H A DGnu.h299 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DOpenBSD.cpp366 bool OpenBSD::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in OpenBSD
H A DDarwin.h257 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DFreeBSD.cpp476 bool FreeBSD::IsUnwindTablesDefault(const ArgList &Args) const { return true; } in IsUnwindTablesDefault() function in FreeBSD
H A DMinGW.cpp485 bool toolchains::MinGW::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in toolchains::MinGW
H A DMSVC.cpp454 bool MSVCToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MSVCToolChain
H A DGnu.cpp2807 bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in Generic_GCC
H A DDarwin.cpp2893 bool MachO::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MachO
H A DClang.cpp5390 (TC.IsUnwindTablesDefault(Args) || SanitizeArgs.needsUnwindTables()) && in ConstructJob()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h498 virtual bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const;
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp290 bool ToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in ToolChain