Home
last modified time | relevance | path

Searched refs:getFilePaths (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.cpp45 getFilePaths().clear(); in VEToolChain()
53 getFilePaths().push_back(std::move(*Path)); in VEToolChain()
55 getFilePaths().push_back(Path); in VEToolChain()
56 getFilePaths().push_back(computeSysRoot() + "/opt/nec/ve/lib"); in VEToolChain()
H A DNetBSD.cpp393 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/i386")); in NetBSD()
402 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/eabi")); in NetBSD()
406 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/eabihf")); in NetBSD()
409 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/oabi")); in NetBSD()
416 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/o32")); in NetBSD()
418 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/64")); in NetBSD()
421 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/powerpc")); in NetBSD()
424 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/sparc")); in NetBSD()
430 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in NetBSD()
H A DCSKYToolChain.cpp41 path_list &Paths = getFilePaths(); in CSKYToolChain()
45 getFilePaths().push_back(GCCInstallation.getInstallPath().str() + in CSKYToolChain()
54 getFilePaths().push_back(computeSysRoot() + "/lib" + in CSKYToolChain()
58 getFilePaths().push_back(computeSysRoot() + "/lib"); in CSKYToolChain()
H A DDragonFly.cpp212 getFilePaths().push_back(getDriver().Dir + "/../lib"); in DragonFly()
213 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in DragonFly()
214 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/gcc80")); in DragonFly()
H A DMipsLinux.cpp35 getFilePaths().clear(); in MipsLLVMToolChain()
36 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()
H A DHaiku.cpp166 getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/lib")); in Haiku()
167 getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/develop/lib")); in Haiku()
170 getFilePaths().push_back(GCCInstallation.getInstallPath().str()); in Haiku()
H A DOHOS.cpp145 getFilePaths().clear(); in OHOS()
148 getFilePaths().push_back(CandidateLibPath); in OHOS()
159 path_list &Paths = getFilePaths(); in OHOS()
H A DFuchsia.cpp255 getFilePaths().push_back(std::string(P)); in Fuchsia()
329 getFilePaths().insert(getFilePaths().begin(), Path); in Fuchsia()
H A DMSP430.cpp126 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain()
131 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
H A DWebAssembly.cpp255 getFilePaths().push_back(SysRoot + "/lib"); in WebAssembly()
264 getFilePaths().push_back(Dir); in WebAssembly()
266 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple); in WebAssembly()
H A DCygwin.cpp32 path_list &Paths = getFilePaths(); in Cygwin()
H A DMinGW.cpp535 getFilePaths().push_back(GccLibDir); in MinGW()
542 getFilePaths().push_back( in MinGW()
546 getFilePaths().push_back( in MinGW()
555 getFilePaths().push_back(Base + "lib"); in MinGW()
H A DHurd.cpp87 path_list &Paths = getFilePaths(); in Hurd()
H A DFreeBSD.cpp397 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib32")); in FreeBSD()
399 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in FreeBSD()
H A DManagarm.cpp85 path_list &Paths = getFilePaths(); in Managarm()
H A DHexagon.cpp389 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
448 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
610 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()
H A DPS4CPU.cpp501 getFilePaths().push_back(std::string(Dir)); in PS4PS5Base()
510 getFilePaths().push_back("."); in PS4PS5Base()
H A DBareMetal.cpp230 path_list &Paths = getFilePaths(); in BareMetal()
254 getFilePaths().push_back(std::string(Dir)); in BareMetal()
H A DNaCl.cpp205 path_list &file_paths = getFilePaths(); in NaClToolChain()
H A DSolaris.cpp312 path_list &Paths = getFilePaths(); in Solaris()
H A DOpenBSD.cpp310 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in OpenBSD()
H A DLinux.cpp316 path_list &Paths = getFilePaths(); in Linux()
H A DCommonArgs.cpp2907 for (const auto &LibPath : HostTC.getFilePaths()) in addOpenMPDeviceRTL()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h299 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function
300 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp102 getFilePaths().push_back(*Path); in ToolChain()
104 addIfExists(getFilePaths(), Path); in ToolChain()
1532 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()

12