Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DFuchsia.h53 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override { in IsUnwindTablesDefault() function
H A DFreeBSD.h76 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DMinGW.h66 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DMSVC.h53 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 DDarwin.h238 bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const override;
H A DFreeBSD.cpp465 bool FreeBSD::IsUnwindTablesDefault(const ArgList &Args) const { return true; } in IsUnwindTablesDefault() function in FreeBSD
H A DMinGW.cpp461 bool toolchains::MinGW::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in toolchains::MinGW
H A DMSVC.cpp714 bool MSVCToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MSVCToolChain
H A DDarwin.cpp2560 bool MachO::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in MachO
H A DGnu.cpp2704 bool Generic_GCC::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in Generic_GCC
H A DClang.cpp5075 (TC.IsUnwindTablesDefault(Args) || in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h465 virtual bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp259 bool ToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in ToolChain