Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIP.cpp367 ArgStringList LibraryPaths; in getHIPDeviceLibs() local
371 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getHIPDeviceLibs()
373 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getHIPDeviceLibs()
380 for (std::string LibraryPath : LibraryPaths) { in getHIPDeviceLibs()
H A DCommonArgs.cpp1687 SmallVector<StringRef, 8> LibraryPaths; in addOpenMPDeviceRTL() local
1696 LibraryPaths.emplace_back(Path.trim()); in addOpenMPDeviceRTL()
1702 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addOpenMPDeviceRTL()
1725 for (StringRef LibraryPath : LibraryPaths) { in addOpenMPDeviceRTL()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h131 path_list LibraryPaths; variable
249 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths()
250 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()