Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
2261 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator2269 return LibGccType::StaticLibGcc; in getLibGccType()2315 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()2325 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()2327 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()2349 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()