Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
2114 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator2122 return LibGccType::StaticLibGcc; in getLibGccType()2168 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()2178 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()2180 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()2202 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()