Home
last modified time | relevance | path

Searched refs:GetExceptionModel (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DVEToolchain.h49 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DNetBSD.h72 llvm::ExceptionHandling GetExceptionModel(
H A DFreeBSD.h75 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DMinGW.h73 llvm::ExceptionHandling GetExceptionModel(
H A DVEToolchain.cpp139 VEToolChain::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in VEToolChain
H A DDarwin.h253 GetExceptionModel(const llvm::opt::ArgList &Args) const override { in GetExceptionModel() function
512 llvm::ExceptionHandling GetExceptionModel(
H A DFreeBSD.cpp448 llvm::ExceptionHandling FreeBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in FreeBSD
H A DNetBSD.cpp459 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in NetBSD
H A DMinGW.cpp483 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in toolchains::MinGW
H A DDarwin.cpp2564 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in IsUnwindTablesDefault()
2575 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in Darwin
H A DClang.cpp6202 switch (TC.GetExceptionModel(Args)) { in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h534 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp659 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { in GetExceptionModel() function in ToolChain