Searched refs:LibGccType (Results 1 – 1 of 1) sorted by relevance
2122 return LibGccType::StaticLibGcc; in getLibGccType()2124 return LibGccType::SharedLibGcc; in getLibGccType()2125 return LibGccType::UnspecifiedLibGcc; in getLibGccType()2156 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary()2168 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()2178 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()2180 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()2182 } else if (LGT == LibGccType::SharedLibGcc) { in AddUnwindLibrary()2201 LibGccType LGT = getLibGccType(TC, D, Args); in AddLibgcc()2202 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()[all …]