Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp210 ArgStringList LibraryPaths; in getDeviceLibs() local
216 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
222 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in getDeviceLibs()
225 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
232 for (std::string LibraryPath : LibraryPaths) { in getDeviceLibs()
247 for (auto *LibPath : LibraryPaths) { in getDeviceLibs()
H A DHIPAMD.cpp367 ArgStringList LibraryPaths; in AddClangCXXStdlibIncludeArgs()
371 LibraryPaths.push_back(DriverArgs.MakeArgString(Path)); in AddIAMCUIncludeArgs()
373 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH");
380 for (StringRef LibraryPath : LibraryPaths) { in getSupportedSanitizers()
404 ArgStringList LibraryPaths; getDeviceLibs() local
H A DCommonArgs.cpp2429 const SmallVectorImpl<std::string> &LibraryPaths, in SDLSearch()
2486 for (auto LPath : LibraryPaths) { in GetSDLFromOffloadArchive()
2509 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib, in GetSDLFromOffloadArchive()
2529 for (auto LPath : LibraryPaths) { in GetSDLFromOffloadArchive()
2655 SmallVector<std::string, 8> LibraryPaths; in checkAMDGPUCodeObjectVersion()
2664 LibraryPaths.emplace_back(Path.trim()); in checkAMDGPUCodeObjectVersion()
2669 LibraryPaths.emplace_back(Search_Dir); in checkAMDGPUCodeObjectVersion()
2674 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in checkAMDGPUCodeObjectVersion()
2708 if (!SDLSearch(D, DriverArgs, CC1Args, LibraryPaths, SDLName, Arch, Target, in addMachineOutlinerArgs()
2711 LibraryPaths, SDLNam in addMachineOutlinerArgs()
2359 SDLSearch(const Driver & D,const llvm::opt::ArgList & DriverArgs,llvm::opt::ArgStringList & CC1Args,const SmallVectorImpl<std::string> & LibraryPaths,StringRef Lib,StringRef Arch,StringRef Target,bool isBitCodeSDL) SDLSearch() argument
2439 GetSDLFromOffloadArchive(Compilation & C,const Driver & D,const Tool & T,const JobAction & JA,const InputInfoList & Inputs,const llvm::opt::ArgList & DriverArgs,llvm::opt::ArgStringList & CC1Args,const SmallVectorImpl<std::string> & LibraryPaths,StringRef Lib,StringRef Arch,StringRef Target,bool isBitCodeSDL) GetSDLFromOffloadArchive() argument
2585 SmallVector<std::string, 8> LibraryPaths; AddStaticDeviceLibs() local
2728 SmallVector<StringRef, 8> LibraryPaths; addOpenMPDeviceRTL() local
[all...]
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h152 path_list LibraryPaths; variable
291 path_list &getLibraryPaths() { return LibraryPaths; }
292 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp447 PathSeq LibraryPaths; in processLinkerOptions()
449 LibraryPaths.emplace_back(A->getValue()); in processLinkerOptions()
453 if (!LibraryPaths.empty()) in processLinkerOptions()
454 LinkerOpts.LibPaths = std::move(LibraryPaths); in processLinkerOptions()
465 PathSeq LibraryPaths; processLinkerOptions() local
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1202 SmallVector<StringRef> LibraryPaths; in linkAndWrapDeviceFiles()
1204 LibraryPaths.push_back(Arg->getValue()); in linkAndWrapDeviceFiles()
1223 ? searchLibrary(Arg->getValue(), Root, LibraryPaths) in linkAndWrapDeviceFiles()
1478 SmallVector<StringRef> LibraryPaths; getDeviceInput() local