Searched refs:UnspecifiedLibGcc (Results 1 – 1 of 1) sorted by relevance
1389 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1405 return LibGccType::UnspecifiedLibGcc; in getLibGccType()1431 bool AsNeeded = LGT == LibGccType::UnspecifiedLibGcc && in AddUnwindLibrary()