Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp359 getFilePaths().push_back("=/usr/lib/i386"); in NetBSD()
368 getFilePaths().push_back("=/usr/lib/eabi"); in NetBSD()
372 getFilePaths().push_back("=/usr/lib/eabihf"); in NetBSD()
375 getFilePaths().push_back("=/usr/lib/oabi"); in NetBSD()
382 getFilePaths().push_back("=/usr/lib/o32"); in NetBSD()
384 getFilePaths().push_back("=/usr/lib/64"); in NetBSD()
387 getFilePaths().push_back("=/usr/lib/powerpc"); in NetBSD()
390 getFilePaths().push_back("=/usr/lib/sparc"); in NetBSD()
396 getFilePaths().push_back("=/usr/lib"); in NetBSD()
H A DVEToolchain.cpp41 getFilePaths().clear(); in VEToolChain()
42 getFilePaths().push_back(getArchSpecificLibPath()); in VEToolChain()
43 getFilePaths().push_back(computeSysRoot() + "/opt/nec/ve/lib"); in VEToolChain()
H A DDragonFly.cpp190 getFilePaths().push_back(getDriver().Dir + "/../lib"); in DragonFly()
191 getFilePaths().push_back("/usr/lib"); in DragonFly()
192 getFilePaths().push_back("/usr/lib/gcc80"); in DragonFly()
H A DRISCVToolchain.cpp57 path_list &Paths = getFilePaths(); in RISCVToolChain()
61 getFilePaths().push_back(GCCInstallation.getInstallPath().str()); in RISCVToolChain()
72 getFilePaths().push_back(computeSysRoot() + "/lib"); in RISCVToolChain()
H A DMinix.cpp103 getFilePaths().push_back(getDriver().Dir + "/../lib"); in Minix()
104 getFilePaths().push_back("/usr/lib"); in Minix()
H A DMipsLinux.cpp37 getFilePaths().clear(); in MipsLLVMToolChain()
38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()
H A DAVR.cpp344 getFilePaths().push_back(LibcRoot + std::string("/lib/") + SubPath); in AVRToolChain()
345 getFilePaths().push_back(GCCRoot + std::string("/") + SubPath); in AVRToolChain()
H A DWebAssembly.cpp181 getFilePaths().push_back(SysRoot + "/lib"); in WebAssembly()
190 getFilePaths().push_back(Dir); in WebAssembly()
192 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple); in WebAssembly()
H A DMinGW.cpp420 getFilePaths().push_back(GccLibDir); in MinGW()
421 getFilePaths().push_back( in MinGW()
423 getFilePaths().push_back(Base + "lib"); in MinGW()
425 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW()
H A DFuchsia.cpp187 getFilePaths().push_back(std::string(P.str())); in Fuchsia()
278 getFilePaths().insert(getFilePaths().begin(), Path); in Fuchsia()
H A DMSP430.cpp127 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain()
132 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
H A DMyriad.cpp233 addPathIfExists(D, CompilerSupportDir, getFilePaths()); in MyriadToolChain()
236 addPathIfExists(D, D.Dir + "/../sparc-myriad-rtems/lib", getFilePaths()); in MyriadToolChain()
H A DCloudABI.cpp107 getFilePaths().push_back(std::string(P.str())); in CloudABI()
H A DAnanas.cpp137 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in Ananas()
H A DHurd.cpp79 path_list &Paths = getFilePaths(); in Hurd()
H A DFreeBSD.cpp386 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32"); in FreeBSD()
388 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in FreeBSD()
H A DHexagon.cpp353 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
508 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()
H A DSolaris.cpp182 path_list &Paths = getFilePaths(); in Solaris()
H A DOpenBSD.cpp251 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in OpenBSD()
H A DPS4CPU.cpp217 getFilePaths().push_back(std::string(PS4SDKLibDir.str())); in PS4CPU()
H A DBareMetal.cpp105 getFilePaths().push_back(std::string(SysRoot)); in BareMetal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h76 llvm::ArrayRef<FilePath> getFilePaths() const;
108 ArrayRef<PathPool::FilePath> getFilePaths() const { in getFilePaths() function
109 return Paths.getFilePaths(); in getFilePaths()
/netbsd-src/external/apache2/llvm/dist/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const { in getFilePaths() function in PathPool
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h252 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function
253 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp84 getFilePaths().push_back(StdlibPath); in ToolChain()
88 getFilePaths().push_back(CandidateLibPath); in ToolChain()
952 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()

12