Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/include/lld/Common/
DReproduce.h25 std::string relativeToRoot(StringRef path);
/openbsd/src/gnu/llvm/lld/Common/
DReproduce.cpp24 std::string lld::relativeToRoot(StringRef path) { in relativeToRoot() function in lld
/openbsd/src/gnu/llvm/lld/MachO/
DDriverUtils.cpp120 return relativeToRoot(s); in rewritePath()
128 return relativeToRoot(s); in rewriteInputPath()
DInputFiles.cpp216 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
255 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
2142 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb->getBuffer()); in fetch()
/openbsd/src/gnu/llvm/lld/ELF/
DDriverUtils.cpp155 return relativeToRoot(s); in rewritePath()
DInputFiles.cpp227 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
DDriver.cpp209 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer()); in getArchiveMembers()
/openbsd/src/gnu/llvm/lld/COFF/
DDriver.cpp175 ctx.driver.tar->append(relativeToRoot(mbref.getBufferIdentifier()), in takeBuffer()
745 return relativeToRoot(s); in rewritePath()
798 std::string relPath = relativeToRoot(path); in createResponseFile()
803 os << quote(relativeToRoot(path)) << "\n"; in createResponseFile()
DPDB.cpp1323 ctx.driver.tar->append(relativeToRoot(data->getBufferIdentifier()), in addNatvisFiles()
/openbsd/src/gnu/llvm/lld/wasm/
DInputFiles.cpp73 tar->append(relativeToRoot(path), mbref.getBuffer()); in readFile()
DDriver.cpp902 os << quote(relativeToRoot(arg->getValue())) << "\n"; in createResponseFile()