Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCygwin.h25 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DVEToolchain.h48 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DCygwin.cpp49 llvm::ExceptionHandling Cygwin::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in Cygwin
H A DVEToolchain.cpp163 VEToolChain::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in VEToolChain
H A DDarwin.h285 GetExceptionModel(const llvm::opt::ArgList &Args) const override { in GetExceptionModel() function
633 llvm::ExceptionHandling GetExceptionModel(
H A DNetBSD.cpp525 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in NetBSD
H A DMinGW.cpp616 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in toolchains::MinGW
H A DDarwin.cpp3421 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in getDefaultUnwindTableLevel()
3444 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in Darwin
H A DClang.cpp7351 switch (TC.GetExceptionModel(Args)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h639 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1196 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { in GetExceptionModel() function in ToolChain