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

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

Completed in 139 milliseconds