Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
2118 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator2126 return LibGccType::StaticLibGcc; in getLibGccType()2172 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()2182 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()2184 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()2206 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()