Searched refs:SharedLibGcc (Results 1 – 1 of 1) sorted by relevance
1387 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1395 return LibGccType::SharedLibGcc; in getLibGccType()1402 return LibGccType::SharedLibGcc; in getLibGccType()1454 if (LGT == LibGccType::SharedLibGcc) in AddUnwindLibrary()1473 if (LGT != LibGccType::SharedLibGcc) in AddLibgcc()1476 if (LGT == LibGccType::SharedLibGcc) in AddLibgcc()