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