Searched refs:UnwindLibType (Results 1 – 10 of 10) sorted by relevance
39 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;40 UnwindLibType GetDefaultUnwindLibType() const override { return UNW_CompilerRT; } in GetDefaultUnwindLibType()
28 UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const override;
29 UnwindLibType
45 UnwindLibType
72 ToolChain::UnwindLibType
84 ToolChain::UnwindLibType
415 ToolChain::UnwindLibType OHOS::GetUnwindLibType(const llvm::opt::ArgList &Args) const { in GetUnwindLibType()
2143 ToolChain::UnwindLibType UNW = TC.GetUnwindLibType(Args); in AddUnwindLibrary()
106 enum UnwindLibType { enum190 mutable std::optional<UnwindLibType> unwindLibType;494 virtual UnwindLibType GetDefaultUnwindLibType() const { in GetDefaultUnwindLibType()687 virtual UnwindLibType GetUnwindLibType(const llvm::opt::ArgList &Args) const;
1071 ToolChain::UnwindLibType ToolChain::GetUnwindLibType( in GetUnwindLibType()