Searched refs:UNW_CompilerRT (Results 1 – 5 of 5) sorted by relevance
40 UnwindLibType GetDefaultUnwindLibType() const override { return UNW_CompilerRT; } in GetDefaultUnwindLibType()
625 if (UNW != ToolChain::UNW_None && UNW != ToolChain::UNW_CompilerRT) { in AddCXXStdlibLibArgs()
2292 if (TC.getTriple().isOHOSFamily() && UNW == ToolChain::UNW_CompilerRT) { in AddUnwindLibrary()2305 (UNW == ToolChain::UNW_CompilerRT || !D.CCCIsCXX()) && in AddUnwindLibrary()2321 case ToolChain::UNW_CompilerRT: in AddUnwindLibrary()
108 UNW_CompilerRT, enumerator
1339 unwindLibType = ToolChain::UNW_CompilerRT; in GetUnwindLibType()1347 unwindLibType = ToolChain::UNW_CompilerRT; in GetUnwindLibType()