Searched refs:UnwindLibType (Results 1 – 8 of 8) sorted by relevance
105 enum UnwindLibType { enum186 mutable std::optional<UnwindLibType> unwindLibType;471 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()663 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;
28 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;
29 UnwindLibType
45 UnwindLibType
71 ToolChain::UnwindLibType
84 ToolChain::UnwindLibType
1695 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
885 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()