Searched refs:addDirectoryList (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPSPV.cpp | 224 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
|
| H A D | HIPAMD.cpp | 370 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
|
| H A D | Cuda.cpp | 623 addDirectoryList(Args, CmdArgs, "-L", "LIBRARY_PATH"); in ConstructJob()
|
| H A D | CommonArgs.cpp | 398 void tools::addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList() function in tools 464 addDirectoryList(Args, CmdArgs, "-L", "LIBRARY_PATH"); in AddLinkerInputs()
|
| H A D | Clang.cpp | 1094 addDirectoryList(Args, CmdArgs, "-I", "CPATH"); in AddPreprocessingOptions() 1096 addDirectoryList(Args, CmdArgs, "-c-isystem", "C_INCLUDE_PATH"); in AddPreprocessingOptions() 1098 addDirectoryList(Args, CmdArgs, "-cxx-isystem", "CPLUS_INCLUDE_PATH"); in AddPreprocessingOptions() 1100 addDirectoryList(Args, CmdArgs, "-objc-isystem", "OBJC_INCLUDE_PATH"); in AddPreprocessingOptions() 1102 addDirectoryList(Args, CmdArgs, "-objcxx-isystem", "OBJCPLUS_INCLUDE_PATH"); in AddPreprocessingOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 154 void addDirectoryList(const llvm::opt::ArgList &Args,
|