Searched refs:runtimeLibType (Results 1 – 2 of 2) sorted by relevance
1305 if (runtimeLibType) in GetRuntimeLibType() 1306 return *runtimeLibType; in GetRuntimeLibType() 1313 runtimeLibType = ToolChain::RLT_CompilerRT; in GetRuntimeLibType() 1315 runtimeLibType = ToolChain::RLT_Libgcc; in GetRuntimeLibType() 1317 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType() 1323 runtimeLibType = GetDefaultRuntimeLibType(); in GetRuntimeLibType() 1326 return *runtimeLibType; in GetUnwindLibType()
195 mutable std::optional<RuntimeLibType> runtimeLibType; variable