Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DNetBSD.h68 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
DCrossWindows.h58 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
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.h53 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.h235 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
DFreeBSD.cpp468 bool FreeBSD::IsUnwindTablesDefault(const ArgList &Args) const { return true; } in IsUnwindTablesDefault() function in FreeBSD
DMinGW.cpp465 bool toolchains::MinGW::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in toolchains::MinGW
DMSVC.cpp716 bool MSVCToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MSVCToolChain
DDarwin.cpp2621 bool MachO::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MachO
DGnu.cpp2704 bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in Generic_GCC
DClang.cpp5109 (TC.IsUnwindTablesDefault(Args) || in ConstructJob()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DToolChain.h469 virtual bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DToolChain.cpp259 bool ToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in ToolChain