Searched refs:relativeToRoot (Results 1 – 5 of 5) sorted by relevance
25 std::string lld::relativeToRoot(StringRef Path) { in relativeToRoot() function in lld54 return relativeToRoot(S); in rewritePath()
26 std::string relativeToRoot(StringRef Path);
138 Driver->Tar->append(relativeToRoot(MBRef.getBufferIdentifier()), in takeBuffer()527 std::string RelPath = relativeToRoot(Path); in createResponseFile()532 OS << quote(relativeToRoot(Path)) << "\n"; in createResponseFile()
78 Tar->append(relativeToRoot(Path), MBRef.getBuffer()); in readFile()853 Tar->append(relativeToRoot(CHECK(C.getFullName(), this)), MB.getBuffer()); in fetch()
169 Tar->append(relativeToRoot(check(C.getFullName())), MBRef.getBuffer()); in getArchiveMembers()