/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | NetBSD.cpp | 359 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 D | VEToolchain.cpp | 41 getFilePaths().clear(); in VEToolChain() 42 getFilePaths().push_back(getArchSpecificLibPath()); in VEToolChain() 43 getFilePaths().push_back(computeSysRoot() + "/opt/nec/ve/lib"); in VEToolChain()
|
H A D | DragonFly.cpp | 190 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 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 | Minix.cpp | 103 getFilePaths().push_back(getDriver().Dir + "/../lib"); in Minix() 104 getFilePaths().push_back("/usr/lib"); in Minix()
|
H A D | MipsLinux.cpp | 37 getFilePaths().clear(); in MipsLLVMToolChain() 38 getFilePaths().push_back(computeSysRoot() + "/usr/lib" + LibSuffix); in MipsLLVMToolChain()
|
H A D | AVR.cpp | 344 getFilePaths().push_back(LibcRoot + std::string("/lib/") + SubPath); in AVRToolChain() 345 getFilePaths().push_back(GCCRoot + std::string("/") + SubPath); in AVRToolChain()
|
H A D | WebAssembly.cpp | 181 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 D | MinGW.cpp | 420 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 D | Fuchsia.cpp | 187 getFilePaths().push_back(std::string(P.str())); in Fuchsia() 278 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 | Myriad.cpp | 233 addPathIfExists(D, CompilerSupportDir, getFilePaths()); in MyriadToolChain() 236 addPathIfExists(D, D.Dir + "/../sparc-myriad-rtems/lib", getFilePaths()); in MyriadToolChain()
|
H A D | CloudABI.cpp | 107 getFilePaths().push_back(std::string(P.str())); in CloudABI()
|
H A D | Ananas.cpp | 137 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in Ananas()
|
H A D | Hurd.cpp | 79 path_list &Paths = getFilePaths(); in Hurd()
|
H A D | FreeBSD.cpp | 386 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32"); in FreeBSD() 388 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in FreeBSD()
|
H A D | Hexagon.cpp | 353 const ToolChain::path_list &LibPaths = HTC.getFilePaths(); in constructHexagonLinkArgs() 508 ToolChain::path_list &LibPaths = getFilePaths(); in HexagonToolChain()
|
H A D | Solaris.cpp | 182 path_list &Paths = getFilePaths(); in Solaris()
|
H A D | OpenBSD.cpp | 251 getFilePaths().push_back(getDriver().SysRoot + "/usr/lib"); in OpenBSD()
|
H A D | PS4CPU.cpp | 217 getFilePaths().push_back(std::string(PS4SDKLibDir.str())); in PS4CPU()
|
H A D | BareMetal.cpp | 105 getFilePaths().push_back(std::string(SysRoot)); in BareMetal()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 76 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 D | SerializablePathCollection.cpp | 33 llvm::ArrayRef<PathPool::FilePath> PathPool::getFilePaths() const { in getFilePaths() function in PathPool
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | ToolChain.h | 252 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 D | ToolChain.cpp | 84 getFilePaths().push_back(StdlibPath); in ToolChain() 88 getFilePaths().push_back(CandidateLibPath); in ToolChain() 952 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs()
|