Searched refs:relativeToRoot (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Reproduce.h | 25 std::string relativeToRoot(StringRef path);
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Reproduce.cpp | 24 std::string lld::relativeToRoot(StringRef path) { in relativeToRoot() function in lld
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 118 return relativeToRoot(s); in rewritePath() 126 return relativeToRoot(s); in rewriteInputPath()
|
| H A D | InputFiles.cpp | 194 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile() 219 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile() 1249 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer()); in fetch()
|
| H A D | Driver.cpp | 256 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 163 return relativeToRoot(s); in rewritePath()
|
| H A D | InputFiles.cpp | 130 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile() 1244 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer()); in fetch()
|
| H A D | Driver.cpp | 192 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.cpp | 187 driver->tar->append(relativeToRoot(mbref.getBufferIdentifier()), in takeBuffer() 635 return relativeToRoot(s); in rewritePath() 691 std::string relPath = relativeToRoot(path); in createResponseFile() 696 os << quote(relativeToRoot(path)) << "\n"; in createResponseFile()
|
| H A D | PDB.cpp | 1309 driver->tar->append(relativeToRoot(data->getBufferIdentifier()), in addNatvisFiles()
|