Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DVEToolchain.cpp45 getFilePaths().clear(); in VEToolChain()
52 getFilePaths().push_back(std::move(Path)); in VEToolChain()
53 getFilePaths().push_back(getArchSpecificLibPath()); in VEToolChain()
54 getFilePaths().push_back(computeSysRoot() + "/opt/nec/ve/lib"); in VEToolChain()
H A DNetBSD.cpp367 getFilePaths().push_back("=/usr/lib/i386"); in NetBSD()
376 getFilePaths().push_back("=/usr/lib/eabi"); in NetBSD()
380 getFilePaths().push_back("=/usr/lib/eabihf"); in NetBSD()
383 getFilePaths().push_back("=/usr/lib/oabi"); in NetBSD()
390 getFilePaths().push_back("=/usr/lib/o32"); in NetBSD()
392 getFilePaths().push_back("=/usr/lib/64"); in NetBSD()
395 getFilePaths().push_back("=/usr/lib/powerpc"); in NetBSD()
398 getFilePaths().push_back("=/usr/lib/sparc"); in NetBSD()
404 getFilePaths().push_back("=/usr/lib"); in NetBSD()
H A DDragonFly.cpp193 getFilePaths().push_back(getDriver().Dir + "/../lib"); in DragonFly()
194 getFilePaths().push_back("/usr/lib"); in DragonFly()
195 getFilePaths().push_back("/usr/lib/gcc80"); in DragonFly()
H A DCSKYToolChain.cpp42 path_list &Paths = getFilePaths(); in CSKYToolChain()
46 getFilePaths().push_back(GCCInstallation.getInstallPath().str() + in CSKYToolChain()
58 getFilePaths().push_back(computeSysRoot() + "/lib" + in CSKYToolChain()
H A DMinix.cpp106 getFilePaths().push_back(getDriver().Dir + "/../lib"); in Minix()
107 getFilePaths().push_back("/usr/lib"); in Minix()
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 DMipsLinux.cpp37 getFilePaths().clear(); in MipsLLVMToolChain()
38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()
H A DFuchsia.cpp205 getFilePaths().push_back(std::string(P.str())); in Fuchsia()
297 getFilePaths().insert(getFilePaths().begin(), Path); in Fuchsia()
H A DWebAssembly.cpp183 getFilePaths().push_back(SysRoot + "/lib"); in WebAssembly()
192 getFilePaths().push_back(Dir); in WebAssembly()
194 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple); in WebAssembly()
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 DMinGW.cpp495 getFilePaths().push_back(GccLibDir); in MinGW()
502 getFilePaths().push_back( in MinGW()
506 getFilePaths().push_back( in MinGW()
515 getFilePaths().push_back(Base + "lib"); in MinGW()
H A DCloudABI.cpp107 getFilePaths().push_back(std::string(P.str())); in CloudABI()
H A DAnanas.cpp141 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in Ananas()
H A DHurd.cpp79 path_list &Paths = getFilePaths(); in Hurd()
H A DFreeBSD.cpp383 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib32")); in FreeBSD()
385 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in FreeBSD()
H A DSolaris.cpp207 path_list &Paths = getFilePaths(); in Solaris()
H A DHexagon.cpp440 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
601 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()
H A DBareMetal.cpp105 getFilePaths().push_back(std::string(SysRoot)); in BareMetal()
H A DNaCl.cpp209 path_list &file_paths = getFilePaths(); in NaClToolChain()
H A DPS4CPU.cpp287 getFilePaths().push_back(std::string(SDKLibDir.str())); in PS4PS5Base()
/openbsd-src/gnu/llvm/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h75 llvm::ArrayRef<FilePath> getFilePaths() const;
107 ArrayRef<PathPool::FilePath> getFilePaths() const { in getFilePaths() function
108 return Paths.getFilePaths(); in getFilePaths()
/openbsd-src/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const { in getFilePaths() function in PathPool
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h278 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function
279 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp88 addIfExists(getFilePaths(), Path); in ToolChain()
89 addIfExists(getFilePaths(), getArchSpecificLibPath()); in ToolChain()
1076 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()

12