Home
last modified time | relevance | path

Searched defs:IsUnwindTablesDefault (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
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 DCrossWindows.cpp216 bool CrossWindowsToolChain::IsUnwindTablesDefault(const ArgList &Args) const { in IsUnwindTablesDefault() function in CrossWindowsToolChain
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
/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