|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/TarWriter.h 23 void append(StringRef Path, StringRef Data);
References
tools/lld/COFF/Driver.cpp 165 driver->tar->append(relativeToRoot(mbref.getBufferIdentifier()),
1639 tar->append("response.txt",
tools/lld/ELF/Driver.cpp 174 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer());
459 tar->append("response.txt", createResponseFile(args));
460 tar->append("version.txt", getLLDVersion() + "\n");
tools/lld/ELF/InputFiles.cpp 122 tar->append(relativeToRoot(path), mbref.getBuffer());
1097 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer());
tools/lld/wasm/Driver.cpp 670 tar->append("response.txt", createResponseFile(args));
671 tar->append("version.txt", getLLDVersion() + "\n");
tools/lld/wasm/InputFiles.cpp 58 tar->append(relativeToRoot(path), mbref.getBuffer());
unittests/Support/TarWriterTest.cpp 51 Tar->append(Filename, "contents");
132 Tar->append("FooPath", "foo");
150 Tar->append("FooPath", "foo");
151 Tar->append("BarPath", "bar");
169 Tar->append("FooPath", "foo");
170 Tar->append("FooPath", "bar");