Home
last modified time | relevance | path

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

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