Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DFreeBSD.h69 llvm::ExceptionHandling GetExceptionModel(
H A DNetBSD.h74 llvm::ExceptionHandling GetExceptionModel(
H A DMinGW.h72 llvm::ExceptionHandling GetExceptionModel(
H A DDarwin.h253 GetExceptionModel(const llvm::opt::ArgList &Args) const override { in GetExceptionModel() function
477 llvm::ExceptionHandling GetExceptionModel(
H A DFreeBSD.cpp396 llvm::ExceptionHandling FreeBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in FreeBSD
H A DNetBSD.cpp436 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in NetBSD
H A DMinGW.cpp452 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in toolchains::MinGW
H A DDarwin.cpp2187 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in IsUnwindTablesDefault()
2198 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in Darwin
H A DClang.cpp4802 switch (TC.GetExceptionModel(Args)) { in ConstructJob()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h451 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp501 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { in GetExceptionModel() function in ToolChain