Searched refs:unwindLibType (Results 1 – 2 of 2) sorted by relevance
887 if (unwindLibType) in GetUnwindLibType()888 return *unwindLibType; in GetUnwindLibType()894 unwindLibType = ToolChain::UNW_None; in GetUnwindLibType()899 unwindLibType = ToolChain::UNW_CompilerRT; in GetUnwindLibType()901 unwindLibType = ToolChain::UNW_None; in GetUnwindLibType()903 unwindLibType = ToolChain::UNW_Libgcc; in GetUnwindLibType()907 unwindLibType = ToolChain::UNW_CompilerRT; in GetUnwindLibType()909 unwindLibType = ToolChain::UNW_Libgcc; in GetUnwindLibType()915 unwindLibType = GetDefaultUnwindLibType(); in GetUnwindLibType()918 return *unwindLibType; in GetUnwindLibType()
186 mutable std::optional<UnwindLibType> unwindLibType; variable