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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp366 ArgStringList LibraryPaths;
370 LibraryPaths.push_back(DriverArgs.MakeArgString(Path));
372 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH");
379 for (std::string LibraryPath : LibraryPaths) {
H A DCommonArgs.cpp1682 SmallVector<StringRef, 8> LibraryPaths; local
1691 LibraryPaths.emplace_back(Path.trim());
1697 LibraryPaths.emplace_back(DefaultLibPath.c_str());
1720 for (StringRef LibraryPath : LibraryPaths) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h131 path_list LibraryPaths; member in class:clang::driver::ToolChain
249 path_list &getLibraryPaths() { return LibraryPaths; }
250 const path_list &getLibraryPaths() const { return LibraryPaths; }

Completed in 256 milliseconds