Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
1478 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1486 return LibGccType::StaticLibGcc; in getLibGccType()1526 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()1536 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()1538 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()1560 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()