Searched refs:StaticLibGcc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1389 enum class LibGccType { UnspecifiedLibGcc, StaticLibGcc, SharedLibGcc }; member in class:LibGccType
1395 return LibGccType::StaticLibGcc;
1400 return LibGccType::StaticLibGcc;
1440 if (LGT == LibGccType::StaticLibGcc)
1447 if (LGT == LibGccType::StaticLibGcc)

Completed in 217 milliseconds