Searched refs:rerootPath (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.h | 66 llvm::StringRef rerootPath(llvm::StringRef path);
|
H A D | DriverUtils.cpp | 141 if (rerootPath(s) == s && fs::exists(s)) in rewriteInputPath() 291 StringRef macho::rerootPath(StringRef path) { in rerootPath() function in macho
|
H A D | Driver.cpp | 577 addFile(rerootPath(path), LoadType::CommandLine, isLazy); in addFileList() 1220 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, isLazy); in createFiles() 1224 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1229 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) { in createFiles() 1236 addFile(rerootPath(arg->getValue()), LoadType::CommandLine))) in createFiles() 1243 addFile(rerootPath(arg->getValue()), LoadType::CommandLineForce); in createFiles() 1246 addFile(rerootPath(arg->getValue()), LoadType::CommandLine, in createFiles()
|