Searched refs:StaticLibGcc (Results 1 – 1 of 1) sorted by relevance
1389 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator1395 return LibGccType::StaticLibGcc; in getLibGccType()1400 return LibGccType::StaticLibGcc; in getLibGccType()1440 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()1447 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()