Home
last modified time | relevance | path

Searched refs:StaticLibGcc (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 }; enumerator
1395 return LibGccType::StaticLibGcc; in getLibGccType()
1400 return LibGccType::StaticLibGcc; in getLibGccType()
1440 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()
1447 if (LGT == LibGccType::StaticLibGcc) in AddUnwindLibrary()