Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DReproduce.h25 std::string relativeToRoot(StringRef path);
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DReproduce.cpp24 std::string lld::relativeToRoot(StringRef path) { in relativeToRoot() function in lld
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp118 return relativeToRoot(s); in rewritePath()
126 return relativeToRoot(s); in rewriteInputPath()
H A DInputFiles.cpp194 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 DDriver.cpp256 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp163 return relativeToRoot(s); in rewritePath()
H A DInputFiles.cpp130 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
1244 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer()); in fetch()
H A DDriver.cpp192 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp187 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 DPDB.cpp1309 driver->tar->append(relativeToRoot(data->getBufferIdentifier()), in addNatvisFiles()