Searched refs:writeStr (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SyntheticSections.cpp | 114 writeStr(sub.os, name, "sym name"); in writeBody() 129 writeStr(sub.os, module, "import module"); in writeBody() 130 writeStr(sub.os, name, "import name"); in writeBody() 651 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 671 writeStr(sub.os, s->name, "segment name"); in writeBody() 717 writeStr(sub.os, c.first, "comdat name"); in writeBody() 807 writeStr(sub.os, toString(*s), "symbol name"); in writeBody() 834 writeStr(sub.os, s->name, "segment name"); in writeBody() 863 writeStr(os, field.first, "field name"); in writeBody() 866 writeStr(os, entry.first, "producer name"); in writeBody() [all …]
|
| H A D | WriterUtils.cpp | 99 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr() function 212 writeStr(os, import.Module, "import module name"); in writeImport() 213 writeStr(os, import.Field, "import field name"); in writeImport() 238 writeStr(os, export_.Name, "export name"); in writeExport()
|
| H A D | WriterUtils.h | 32 void writeStr(raw_ostream &os, StringRef string, const Twine &msg);
|
| H A D | SyntheticSections.h | 41 writeStr(bodyOutputStream, name, "section name"); in OutputSection()
|