Searched refs:UnwindLibType (Results 1 – 8 of 8) sorted by relevance
105 enum UnwindLibType { enum182 mutable llvm::Optional<UnwindLibType> unwindLibType;459 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()643 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
1507 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
844 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()