Searched refs:relativeToRoot (Results 1 – 10 of 10) sorted by relevance
25 std::string relativeToRoot(StringRef path);
24 std::string lld::relativeToRoot(StringRef path) { in relativeToRoot() function in lld
134 return relativeToRoot(s); in rewritePath()142 return relativeToRoot(s); in rewriteInputPath()
238 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()277 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
281 tar->append(relativeToRoot(CHECK(c.getFullName(), file)), mb.getBuffer()); in saveThinArchiveToRepro()
153 return relativeToRoot(s); in rewritePath()
263 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
234 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
173 ctx.driver.tar->append(relativeToRoot(mbref.getBufferIdentifier()), in takeBuffer()789 return relativeToRoot(s); in rewritePath()842 std::string relPath = relativeToRoot(path); in createResponseFile()847 os << quote(relativeToRoot(path)) << "\n"; in createResponseFile()
1336 ctx.driver.tar->append(relativeToRoot(data->getBufferIdentifier()), in addNatvisFiles()