Lines Matching defs:LGT
2226 LibGccType LGT = getLibGccType(TC, D, Args);
2227 bool AsNeeded = LGT == LibGccType::UnspecifiedLibGcc &&
2238 if (LGT == LibGccType::StaticLibGcc)
2248 if (LGT != LibGccType::StaticLibGcc)
2250 } else if (LGT == LibGccType::StaticLibGcc) {
2252 } else if (LGT == LibGccType::SharedLibGcc) {
2271 LibGccType LGT = getLibGccType(TC, D, Args);
2272 if (LGT == LibGccType::StaticLibGcc ||
2273 (LGT == LibGccType::UnspecifiedLibGcc && !D.CCCIsCXX()))
2276 if (LGT == LibGccType::SharedLibGcc ||
2277 (LGT == LibGccType::UnspecifiedLibGcc && D.CCCIsCXX()))