Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
1387 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1393 return LibGccType::StaticLibGcc; in getLibGccType()1398 return LibGccType::StaticLibGcc; in getLibGccType()1439 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()1449 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()1451 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()