Searched refs:relativeToRoot (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DReproduce.h25 std::string relativeToRoot(StringRef path);
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DReproduce.cpp24 std::string lld::relativeToRoot(StringRef path) { function in class:lld
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp162 return relativeToRoot(s);
H A DInputFiles.cpp125 tar->append(relativeToRoot(path), mbref.getBuffer());
1208 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer());
H A DDriver.cpp178 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer());
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp178 driver->tar->append(relativeToRoot(mbref.getBufferIdentifier()),
641 std::string relPath = relativeToRoot(path);
646 os << quote(relativeToRoot(path)) << "\n";

Completed in 113 milliseconds