Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
1666 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1674 return LibGccType::StaticLibGcc; in getLibGccType()1714 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()1724 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()1726 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()1748 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()