Searched refs:UnwindLibType (Results 1 – 9 of 9) sorted by relevance
39 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;40 UnwindLibType GetDefaultUnwindLibType() const override { return UNW_CompilerRT; } in GetDefaultUnwindLibType()
63 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;
71 ToolChain::UnwindLibType
369 ToolChain::UnwindLibType UNW = HTC.GetUnwindLibType(Args); in constructHexagonLinkArgs()624 ToolChain::UnwindLibType UNW = GetUnwindLibType(Args); in AddCXXStdlibLibArgs()
417 ToolChain::UnwindLibType OHOS::GetUnwindLibType(const llvm::opt::ArgList &Args) const { in GetUnwindLibType()
389 ToolChain::UnwindLibType
2290 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
106 enum UnwindLibType { enum196 mutable std::optional<UnwindLibType> unwindLibType;509 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()730 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;
1325 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()