Searched refs:LGT (Results 1 – 1 of 1) sorted by relevance
2160 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary() local2161 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() local2206 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()2207 (LGT == LibGccType::UnspecifiedLibGcc && !D.CCCIsCXX())) in AddLibgcc()2210 if (LGT == LibGccType::SharedLibGcc || in AddLibgcc()[all …]