Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DVEToolchain.h48 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DNetBSD.h76 llvm::ExceptionHandling GetExceptionModel(
H A DVEToolchain.cpp155 VEToolChain::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in VEToolChain
H A DMinGW.h77 llvm::ExceptionHandling GetExceptionModel(
H A DDarwin.h274 GetExceptionModel(const llvm::opt::ArgList &Args) const override { in GetExceptionModel() function
564 llvm::ExceptionHandling GetExceptionModel(
H A DNetBSD.cpp500 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in NetBSD
H A DMinGW.cpp578 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in toolchains::MinGW
H A DDarwin.cpp2925 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in getDefaultUnwindTableLevel()
2946 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in Darwin
H A DClang.cpp6796 switch (TC.GetExceptionModel(Args)) { in ConstructJob()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h579 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp763 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { in GetExceptionModel() function in ToolChain