Searched refs:SharedLibGcc (Results 1 – 1 of 1) sorted by relevance
1389 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1397 return LibGccType::SharedLibGcc; in getLibGccType()1404 return LibGccType::SharedLibGcc; in getLibGccType()1450 if (LGT == LibGccType::SharedLibGcc) in AddUnwindLibrary()1468 if (LGT != LibGccType::SharedLibGcc) in AddLibgcc()1471 if (LGT == LibGccType::SharedLibGcc) in AddLibgcc()