Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DReproduce.cpp25 std::string lld::relativeToRoot(StringRef Path) { in relativeToRoot() function in lld
54 return relativeToRoot(S); in rewritePath()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DReproduce.h26 std::string relativeToRoot(StringRef Path);
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp138 Driver->Tar->append(relativeToRoot(MBRef.getBufferIdentifier()), in takeBuffer()
527 std::string RelPath = relativeToRoot(Path); in createResponseFile()
532 OS << quote(relativeToRoot(Path)) << "\n"; in createResponseFile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp78 Tar->append(relativeToRoot(Path), MBRef.getBuffer()); in readFile()
853 Tar->append(relativeToRoot(CHECK(C.getFullName(), this)), MB.getBuffer()); in fetch()
H A DDriver.cpp169 Tar->append(relativeToRoot(check(C.getFullName())), MBRef.getBuffer()); in getArchiveMembers()