reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
25 std::string relativeToRoot(StringRef path);
165 driver->tar->append(relativeToRoot(mbref.getBufferIdentifier()), 625 std::string relPath = relativeToRoot(path); 630 os << quote(relativeToRoot(path)) << "\n";tools/lld/ELF/Driver.cpp
174 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer());
tools/lld/ELF/DriverUtils.cpp 162 return relativeToRoot(s);
tools/lld/ELF/InputFiles.cpp122 tar->append(relativeToRoot(path), mbref.getBuffer()); 1097 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer());tools/lld/wasm/Driver.cpp
550 os << quote(relativeToRoot(arg->getValue())) << "\n";
tools/lld/wasm/InputFiles.cpp 58 tar->append(relativeToRoot(path), mbref.getBuffer());