Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1393 return LibGccType::StaticLibGcc; in getLibGccType()
1395 return LibGccType::SharedLibGcc; in getLibGccType()
1398 return LibGccType::StaticLibGcc; in getLibGccType()
1402 return LibGccType::SharedLibGcc; in getLibGccType()
1403 return LibGccType::UnspecifiedLibGcc; in getLibGccType()
1428 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary()
1439 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()
1449 if (LGT != LibGccType::StaticLibGcc) in AddUnwindLibrary()
1454 if (LGT == LibGccType::SharedLibGcc) in AddUnwindLibrary()
1473 if (LGT != LibGccType::SharedLibGcc) in AddLibgcc()
[all …]