Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1387 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; enumerator
1403 return LibGccType::UnspecifiedLibGcc; in getLibGccType()
1429 bool AsNeeded = LGT == LibGccType::UnspecifiedLibGcc && in AddUnwindLibrary()