Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.h48 GetExceptionModel(const llvm::opt::ArgList &Args) const override;
H A DNetBSD.h76 llvm::ExceptionHandling GetExceptionModel(
H A DMinGW.h77 llvm::ExceptionHandling GetExceptionModel(
H A DVEToolchain.cpp164 VEToolChain::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel() function in VEToolChain
H A DDarwin.h279 GetExceptionModel(const llvm::opt::ArgList &Args) const override {
591 llvm::ExceptionHandling GetExceptionModel(
272 GetExceptionModel(const llvm::opt::ArgList &Args) const override { GetExceptionModel() function
H A DNetBSD.cpp524 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel()
521 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const { GetExceptionModel() function in NetBSD
H A DMinGW.cpp602 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { in GetExceptionModel()
599 toolchains::MinGW::GetExceptionModel(const ArgList &Args) const { GetExceptionModel() function in toolchains::MinGW
H A DDarwin.cpp3179 (GetExceptionModel(Args) != llvm::ExceptionHandling::SjLj && in addMinVersionArgs()
3202 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { in getPlatformName()
3107 llvm::ExceptionHandling Darwin::GetExceptionModel(const ArgList &Args) const { GetExceptionModel() function in Darwin
H A DClang.cpp7285 switch (TC.GetExceptionModel(Args)) { in ConstructJob()
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h615 /// GetExceptionModel - Return the tool chain exception model. in isBareMetal()
617 GetExceptionModel(const llvm::opt::ArgList &Args) const; in getMultiarchTriple()
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp995 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { in ComputeLLVMTriple()
949 ToolChain::GetExceptionModel(const llvm::opt::ArgList &Args) const { GetExceptionModel() function in ToolChain