Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1707 std::string LibDeviceLoc = "/libdevice"; in SDLSearch() local
1731 SDLs.push_back(Twine(LibDeviceLoc + Base + Suffix + Ext).str()); in SDLSearch()
1746 SDLs.push_back(Twine(LibDeviceLoc + LibPrefix + Suffix + Ext).str()); in SDLSearch()