Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2611 llvm::SmallSet<std::string, 16> SDLNames; in AddStaticDeviceLibs() local
2616 SDLNames.insert(std::string("-l") + SDLName); in AddStaticDeviceLibs()
2633 SDLNames.insert(Input); in AddStaticDeviceLibs()
2640 for (auto SDLName : SDLNames) { in AddStaticDeviceLibs()