Searched refs:addDirectoryList (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.h | 156 void addDirectoryList(const llvm::opt::ArgList &Args,
|
| H A D | HIPSPV.cpp | 225 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
|
| H A D | HIPAMD.cpp | 363 addDirectoryList(DriverArgs, LibraryPaths, "", "HIP_DEVICE_LIB_PATH"); in getDeviceLibs()
|
| H A D | Cuda.cpp | 602 addDirectoryList(Args, CmdArgs, "-L", "LIBRARY_PATH"); in ConstructJob()
|
| H A D | CommonArgs.cpp | 341 void tools::addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList() function in tools 407 addDirectoryList(Args, CmdArgs, "-L", "LIBRARY_PATH"); in AddLinkerInputs()
|
| H A D | Clang.cpp | 1274 addDirectoryList(Args, CmdArgs, "-I", "CPATH"); in AddPreprocessingOptions() 1276 addDirectoryList(Args, CmdArgs, "-c-isystem", "C_INCLUDE_PATH"); in AddPreprocessingOptions() 1278 addDirectoryList(Args, CmdArgs, "-cxx-isystem", "CPLUS_INCLUDE_PATH"); in AddPreprocessingOptions() 1280 addDirectoryList(Args, CmdArgs, "-objc-isystem", "OBJC_INCLUDE_PATH"); in AddPreprocessingOptions() 1282 addDirectoryList(Args, CmdArgs, "-objcxx-isystem", "OBJCPLUS_INCLUDE_PATH"); in AddPreprocessingOptions()
|