Searched refs:rerootPath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 66 llvm::StringRef rerootPath(llvm::StringRef path);
|
| H A D | DriverUtils.cpp | 131 if (rerootPath(s) == s && fs::exists(s)) in rewriteInputPath() 281 StringRef macho::rerootPath(StringRef path) { in rerootPath() function in macho
|
| H A D | Driver.cpp | 544 addFile(rerootPath(path), LoadType::CommandLine, isLazy); in addFileList() 1149 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy); in createFiles() 1153 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1158 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) { in createFiles() 1165 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1172 addFile(rerootPath(arg->getValue()), LoadType::CommandLineForce); in createFiles() 1175 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, in createFiles()
|