Searched refs:LibGccType (Results 1 – 1 of 1) sorted by relevance
1393 return LibGccType::StaticLibGcc; in getLibGccType()1395 return LibGccType::SharedLibGcc; in getLibGccType()1398 return LibGccType::StaticLibGcc; in getLibGccType()1402 return LibGccType::SharedLibGcc; in getLibGccType()1403 return LibGccType::UnspecifiedLibGcc; in getLibGccType()1428 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary()1439 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()1449 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()1454 if (LGT == LibGccType::SharedLibGcc) in AddUnwindLibrary()1473 if (LGT != LibGccType::SharedLibGcc) in AddLibgcc()[all …]