Lines Matching refs:LGT
2160 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary() local
2161 bool AsNeeded = LGT == LibGccType::UnspecifiedLibGcc && in AddUnwindLibrary()
2172 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()
2182 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()
2184 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()
2186 } else if (LGT == LibGccType::SharedLibGcc) { in AddUnwindLibrary()
2205 LibGccType LGT = getLibGccType(TC, D, Args); in AddLibgcc() local
2206 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()
2207 (LGT == LibGccType::UnspecifiedLibGcc && !D.CCCIsCXX())) in AddLibgcc()
2210 if (LGT == LibGccType::SharedLibGcc || in AddLibgcc()
2211 (LGT == LibGccType::UnspecifiedLibGcc && D.CCCIsCXX())) in AddLibgcc()