Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/include/lld/Common/
H A DReproduce.h25 std::string relativeToRoot(StringRef path);
/llvm-project-15.0.7/lld/Common/
H A DReproduce.cpp24 std::string lld::relativeToRoot(StringRef path) { in relativeToRoot() function in lld
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp117 return relativeToRoot(s); in rewritePath()
125 return relativeToRoot(s); in rewriteInputPath()
H A DInputFiles.cpp215 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
242 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
2191 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb->getBuffer()); in fetch()
/llvm-project-15.0.7/lld/ELF/
H A DDriverUtils.cpp152 return relativeToRoot(s); in rewritePath()
H A DInputFiles.cpp122 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
H A DDriver.cpp186 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp181 driver->tar->append(relativeToRoot(mbref.getBufferIdentifier()), in takeBuffer()
740 return relativeToRoot(s); in rewritePath()
793 std::string relPath = relativeToRoot(path); in createResponseFile()
798 os << quote(relativeToRoot(path)) << "\n"; in createResponseFile()
H A DPDB.cpp1309 driver->tar->append(relativeToRoot(data->getBufferIdentifier()), in addNatvisFiles()
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp71 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
H A DDriver.cpp717 os << quote(relativeToRoot(arg->getValue())) << "\n"; in createResponseFile()