Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1486 return LibGccType::StaticLibGcc; in getLibGccType()
1488 return LibGccType::SharedLibGcc; in getLibGccType()
1489 return LibGccType::UnspecifiedLibGcc; in getLibGccType()
1514 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary()
1526 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()
1536 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()
1538 } else if (LGT == LibGccType::StaticLibGcc) { in AddUnwindLibrary()
1540 } else if (LGT == LibGccType::SharedLibGcc) { in AddUnwindLibrary()
1559 LibGccType LGT = getLibGccType(TC, D, Args); in AddLibgcc()
1560 if (LGT == LibGccType::StaticLibGcc || in AddLibgcc()
[all …]