Home
last modified time | relevance | path

Searched refs:UnwindLibType (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.h39 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;
40 UnwindLibType GetDefaultUnwindLibType() const override { return UNW_CompilerRT; } in GetDefaultUnwindLibType()
H A DCSKYToolChain.h28 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;
H A DRISCVToolchain.h29 UnwindLibType
H A DMSP430.h45 UnwindLibType
H A DCSKYToolChain.cpp72 ToolChain::UnwindLibType
H A DRISCVToolchain.cpp84 ToolChain::UnwindLibType
H A DOHOS.cpp415 ToolChain::UnwindLibType OHOS::GetUnwindLibType(const llvm::opt::ArgList &Args) const { in GetUnwindLibType()
H A DCommonArgs.cpp2143 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h106 enum UnwindLibType { enum
190 mutable std::optional<UnwindLibType> unwindLibType;
494 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()
687 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1071 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()