Home
last modified time | relevance | path

Searched refs:LGT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2160 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()
[all …]