Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DVEToolchain.cpp46 getFilePaths().clear(); in VEToolChain()
54 getFilePaths().push_back(std::move(*Path)); in VEToolChain()
56 getFilePaths().push_back(Path); in VEToolChain()
57 getFilePaths().push_back(computeSysRoot() + "/opt/nec/ve/lib"); in VEToolChain()
H A DNetBSD.cpp389 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/i386")); in NetBSD()
398 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/eabi")); in NetBSD()
402 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/eabihf")); in NetBSD()
405 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/oabi")); in NetBSD()
412 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/o32")); in NetBSD()
414 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/64")); in NetBSD()
417 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/powerpc")); in NetBSD()
420 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/sparc")); in NetBSD()
426 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in NetBSD()
H A DCSKYToolChain.cpp42 path_list &Paths = getFilePaths(); in CSKYToolChain()
46 getFilePaths().push_back(GCCInstallation.getInstallPath().str() + in CSKYToolChain()
55 getFilePaths().push_back(computeSysRoot() + "/lib" + in CSKYToolChain()
59 getFilePaths().push_back(computeSysRoot() + "/lib"); in CSKYToolChain()
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 DDragonFly.cpp214 getFilePaths().push_back(getDriver().Dir + "/../lib"); in DragonFly()
215 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in DragonFly()
216 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/gcc80")); in DragonFly()
H A DMipsLinux.cpp37 getFilePaths().clear(); in MipsLLVMToolChain()
38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()
H A DHaiku.cpp167 getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/lib")); in Haiku()
168 getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/develop/lib")); in Haiku()
171 getFilePaths().push_back(GCCInstallation.getInstallPath().str()); in Haiku()
H A DOHOS.cpp144 getFilePaths().clear(); in OHOS()
147 getFilePaths().push_back(CandidateLibPath); in OHOS()
158 path_list &Paths = getFilePaths(); in OHOS()
H A DFuchsia.cpp261 getFilePaths().push_back(std::string(P)); in Fuchsia()
335 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 DWebAssembly.cpp226 getFilePaths().push_back(SysRoot + "/lib"); in WebAssembly()
235 getFilePaths().push_back(Dir); in WebAssembly()
237 getFilePaths().push_back(SysRoot + "/lib/" + MultiarchTriple); in WebAssembly()
H A DMinGW.cpp518 getFilePaths().push_back(GccLibDir); in MinGW()
525 getFilePaths().push_back( in MinGW()
529 getFilePaths().push_back( in MinGW()
538 getFilePaths().push_back(Base + "lib"); in MinGW()
H A DHurd.cpp87 path_list &Paths = getFilePaths(); in Hurd()
H A DHexagon.cpp387 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
446 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs()
610 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()
H A DFreeBSD.cpp398 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib32")); in FreeBSD()
400 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in FreeBSD()
H A DNaCl.cpp206 path_list &file_paths = getFilePaths(); in NaClToolChain()
H A DSolaris.cpp317 path_list &Paths = getFilePaths(); in Solaris()
H A DOpenBSD.cpp315 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in OpenBSD()
H A DPS4CPU.cpp295 getFilePaths().push_back(std::string(SDKLibDir)); in PS4PS5Base()
H A DBareMetal.cpp113 getFilePaths().push_back(std::string(Dir)); in BareMetal()
H A DLinux.cpp294 path_list &Paths = getFilePaths(); in Linux()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const { in getFilePaths() function in PathPool
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h287 path_list &getFilePaths() { return FilePaths; } in getFilePaths() function
288 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp92 getFilePaths().push_back(*Path); in ToolChain()
94 addIfExists(getFilePaths(), Path); in ToolChain()
1262 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()

12