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

12

/openbsd-current/gnu/llvm/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h75 llvm::ArrayRef<FilePath> getFilePaths() const;
107 ArrayRef<PathPool::FilePath> getFilePaths() const { function in class:clang::index::SerializablePathCollection
108 return Paths.getFilePaths();
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DVEToolchain.cpp45 getFilePaths().clear();
52 getFilePaths().push_back(std::move(Path));
53 getFilePaths().push_back(getArchSpecificLibPath());
54 getFilePaths().push_back(computeSysRoot() + "/opt/nec/ve/lib");
H A DNetBSD.cpp367 getFilePaths().push_back("=/usr/lib/i386");
376 getFilePaths().push_back("=/usr/lib/eabi");
380 getFilePaths().push_back("=/usr/lib/eabihf");
383 getFilePaths().push_back("=/usr/lib/oabi");
390 getFilePaths().push_back("=/usr/lib/o32");
392 getFilePaths().push_back("=/usr/lib/64");
395 getFilePaths().push_back("=/usr/lib/powerpc");
398 getFilePaths().push_back("=/usr/lib/sparc");
404 getFilePaths().push_back("=/usr/lib");
H A DMipsLinux.cpp37 getFilePaths().clear();
38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix);
H A DMinix.cpp106 getFilePaths().push_back(getDriver().Dir + "/../lib");
107 getFilePaths().push_back("/usr/lib");
H A DRISCVToolchain.cpp57 path_list &Paths = getFilePaths();
61 getFilePaths().push_back(GCCInstallation.getInstallPath().str());
72 getFilePaths().push_back(computeSysRoot() + "/lib");
H A DDragonFly.cpp193 getFilePaths().push_back(getDriver().Dir + "/../lib");
194 getFilePaths().push_back("/usr/lib");
195 getFilePaths().push_back("/usr/lib/gcc80");
H A DCSKYToolChain.cpp42 path_list &Paths = getFilePaths();
46 getFilePaths().push_back(GCCInstallation.getInstallPath().str() +
58 getFilePaths().push_back(computeSysRoot() + "/lib" +
H A DCloudABI.cpp107 getFilePaths().push_back(std::string(P.str()));
H A DMSP430.cpp127 addPathIfExists(D, GCCRtPath, getFilePaths());
132 addPathIfExists(D, SysRootDir, getFilePaths());
H A DMyriad.cpp233 addPathIfExists(D, CompilerSupportDir, getFilePaths());
236 addPathIfExists(D, D.Dir + "/../sparc-myriad-rtems/lib", getFilePaths());
H A DWebAssembly.cpp183 getFilePaths().push_back(SysRoot + "/lib");
192 getFilePaths().push_back(Dir);
194 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple);
H A DFuchsia.cpp205 getFilePaths().push_back(std::string(P.str()));
297 getFilePaths().insert(getFilePaths().begin(), Path);
H A DHurd.cpp79 path_list &Paths = getFilePaths();
H A DAnanas.cpp141 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib");
H A DMinGW.cpp495 getFilePaths().push_back(GccLibDir);
502 getFilePaths().push_back(
506 getFilePaths().push_back(
515 getFilePaths().push_back(Base + "lib");
H A DFreeBSD.cpp383 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib32"));
385 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib"));
H A DSolaris.cpp207 path_list &Paths = getFilePaths();
H A DPS4CPU.cpp287 getFilePaths().push_back(std::string(SDKLibDir.str()));
H A DOpenBSD.cpp291 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib"));
H A DNaCl.cpp209 path_list &file_paths = getFilePaths();
H A DBareMetal.cpp105 getFilePaths().push_back(std::string(SysRoot));
/openbsd-current/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const { function in class:PathPool
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h278 path_list &getFilePaths() { return FilePaths; } function in class:clang::driver::ToolChain
279 const path_list &getFilePaths() const { return FilePaths; } function in class:clang::driver::ToolChain
688 /// AddFilePathLibArgs - Add each thing in getFilePaths() as a "-L" option.
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp88 addIfExists(getFilePaths(), Path);
89 addIfExists(getFilePaths(), getArchSpecificLibPath());
1076 for (const auto &LibPath : getFilePaths())

Completed in 228 milliseconds

12