Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1389 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enum
1391 static LibGccType getLibGccType(const ToolChain &TC, const Driver &D, in getLibGccType()
1395 return LibGccType::StaticLibGcc; in getLibGccType()
1397 return LibGccType::SharedLibGcc; in getLibGccType()
1400 return LibGccType::StaticLibGcc; in getLibGccType()
1404 return LibGccType::SharedLibGcc; in getLibGccType()
1405 return LibGccType::UnspecifiedLibGcc; in getLibGccType()
1430 LibGccType LGT = getLibGccType(TC, D, Args); in AddUnwindLibrary()
1431 bool AsNeeded = LGT == LibGccType::UnspecifiedLibGcc && in AddUnwindLibrary()
1440 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()
[all …]