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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.h48 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DNetBSD.h72 llvm::ExceptionHandling GetExceptionModel(
H A DVEToolchain.cpp116 VEToolChain::GetExceptionModel(const ArgList &Args) const { function in class:VEToolChain
H A DFreeBSD.h75 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DMinGW.h73 llvm::ExceptionHandling GetExceptionModel(
H A DDarwin.h251 GetExceptionModel(const llvm::opt::ArgList &Args) const override {
505 llvm::ExceptionHandling GetExceptionModel(
H A DFreeBSD.cpp440 llvm::ExceptionHandling FreeBSD::GetExceptionModel(const ArgList &Args) const { function in class:FreeBSD
H A DMinGW.cpp485 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { function in class:toolchains::MinGW
H A DNetBSD.cpp457 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { function in class:NetBSD
H A DDarwin.cpp2491 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj &&
2502 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { function in class:Darwin
H A DClang.cpp5669 switch (TC.GetExceptionModel(Args)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h504 /// GetExceptionModel - Return the tool chain exception model.
506 GetExceptionModel(const llvm::opt::ArgList &Args) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp624 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { function in class:ToolChain

Completed in 99 milliseconds