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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.h73 llvm::ExceptionHandling GetExceptionModel(
H A DFreeBSD.h73 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DMinGW.h72 llvm::ExceptionHandling GetExceptionModel(
H A DDarwin.h257 GetExceptionModel(const llvm::opt::ArgList &Args) const override {
487 llvm::ExceptionHandling GetExceptionModel(
H A DFreeBSD.cpp432 llvm::ExceptionHandling FreeBSD::GetExceptionModel(const ArgList &Args) const { function in class:FreeBSD
H A DMinGW.cpp466 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { function in class:toolchains::MinGW
H A DNetBSD.cpp455 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { function in class:NetBSD
H A DDarwin.cpp2448 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj &&
2459 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { function in class:Darwin
H A DClang.cpp5497 switch (TC.GetExceptionModel(Args)) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h475 /// GetExceptionModel - Return the tool chain exception model.
477 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp590 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { function in class:ToolChain

Completed in 97 milliseconds