Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp2147 llvm::SmallSet<std::string, 16> SDLNames; in AddStaticDeviceLibs() local
2152 SDLNames.insert(std::string("-l") + SDLName); in AddStaticDeviceLibs()
2169 SDLNames.insert(Input); in AddStaticDeviceLibs()
2176 for (auto SDLName : SDLNames) { in AddStaticDeviceLibs()