Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1898 std::string LibDeviceLoc = "/libdevice"; in SDLSearch() local
1922 SDLs.push_back(Twine(LibDeviceLoc + Base + Suffix + Ext).str()); in SDLSearch()
1937 SDLs.push_back(Twine(LibDeviceLoc + LibPrefix + Suffix + Ext).str()); in SDLSearch()