Home
last modified time | relevance | path

Searched refs:relativeToRoot (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/lld/include/lld/Common/
H A DReproduce.h25 std::string relativeToRoot(StringRef path);
/src/contrib/llvm-project/lld/Common/
H A DReproduce.cpp24 std::string lld::relativeToRoot(StringRef path) { in relativeToRoot() function in lld
/src/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp134 return relativeToRoot(s); in rewritePath()
142 return relativeToRoot(s); in rewriteInputPath()
H A DInputFiles.cpp238 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
277 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
H A DDriver.cpp281 tar->append(relativeToRoot(CHECK(c.getFullName(), file)), mb.getBuffer()); in saveThinArchiveToRepro()
/src/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp153 return relativeToRoot(s); in rewritePath()
H A DInputFiles.cpp263 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
H A DDriver.cpp234 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp173 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()
H A DPDB.cpp1336 ctx.driver.tar->append(relativeToRoot(data->getBufferIdentifier()), in addNatvisFiles()