| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | VEToolchain.cpp | 46 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 D | NetBSD.cpp | 389 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 D | CSKYToolChain.cpp | 42 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 D | RISCVToolchain.cpp | 57 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 D | DragonFly.cpp | 214 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 D | MipsLinux.cpp | 37 getFilePaths().clear(); in MipsLLVMToolChain() 38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()
|
| H A D | Haiku.cpp | 167 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 D | OHOS.cpp | 144 getFilePaths().clear(); in OHOS() 147 getFilePaths().push_back(CandidateLibPath); in OHOS() 158 path_list &Paths = getFilePaths(); in OHOS()
|
| H A D | Fuchsia.cpp | 261 getFilePaths().push_back(std::string(P)); in Fuchsia() 335 getFilePaths().insert(getFilePaths().begin(), Path); in Fuchsia()
|
| H A D | MSP430.cpp | 127 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain() 132 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
|
| H A D | WebAssembly.cpp | 226 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 D | MinGW.cpp | 518 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 D | Hurd.cpp | 87 path_list &Paths = getFilePaths(); in Hurd()
|
| H A D | Hexagon.cpp | 387 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 D | FreeBSD.cpp | 398 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib32")); in FreeBSD() 400 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in FreeBSD()
|
| H A D | NaCl.cpp | 206 path_list &file_paths = getFilePaths(); in NaClToolChain()
|
| H A D | Solaris.cpp | 317 path_list &Paths = getFilePaths(); in Solaris()
|
| H A D | OpenBSD.cpp | 315 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in OpenBSD()
|
| H A D | PS4CPU.cpp | 295 getFilePaths().push_back(std::string(SDKLibDir)); in PS4PS5Base()
|
| H A D | BareMetal.cpp | 113 getFilePaths().push_back(std::string(Dir)); in BareMetal()
|
| H A D | Linux.cpp | 294 path_list &Paths = getFilePaths(); in Linux()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/IndexSerialization/ |
| H A D | SerializablePathCollection.h | 75 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 D | SerializablePathCollection.cpp | 33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const { in getFilePaths() function in PathPool
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 287 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 D | ToolChain.cpp | 92 getFilePaths().push_back(*Path); in ToolChain() 94 addIfExists(getFilePaths(), Path); in ToolChain() 1262 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()
|