Searched refs:UnwindLibType (Results 1 – 8 of 8) sorted by relevance
39 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;40 UnwindLibType GetDefaultUnwindLibType() const override { return UNW_CompilerRT; } in GetDefaultUnwindLibType()
29 UnwindLibType
84 ToolChain::UnwindLibType
370 ToolChain::UnwindLibType UNW = HTC.GetUnwindLibType(Args); in constructHexagonLinkArgs() 625 ToolChain::UnwindLibType UNW = GetUnwindLibType(Args); in AddCXXStdlibLibArgs()
415 ToolChain::UnwindLibType OHOS::GetUnwindLibType(const llvm::opt::ArgList &Args) const { in GetUnwindLibType()
2147 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
106 enum UnwindLibType { enum197 mutable std::optional<UnwindLibType> unwindLibType;505 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()701 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;
1118 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()