Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DVEToolchain.h49 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
DNetBSD.h72 llvm::ExceptionHandling GetExceptionModel(
DFreeBSD.h75 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
DMinGW.h73 llvm::ExceptionHandling GetExceptionModel(
DVEToolchain.cpp139 VEToolChain::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in VEToolChain
DDarwin.h250 GetExceptionModel(const llvm::opt::ArgList &Args) const override { in GetExceptionModel() function
527 llvm::ExceptionHandling GetExceptionModel(
DFreeBSD.cpp451 llvm::ExceptionHandling FreeBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in FreeBSD
DNetBSD.cpp459 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in NetBSD
DMinGW.cpp487 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in toolchains::MinGW
DDarwin.cpp2625 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in IsUnwindTablesDefault()
2636 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in Darwin
DClang.cpp6253 switch (TC.GetExceptionModel(Args)) { in ConstructJob()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DToolChain.h538 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DToolChain.cpp662 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { in GetExceptionModel() function in ToolChain