Searched refs:writeStr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | SyntheticSections.cpp | 80 writeStr(sub.os, llvm::sys::path::filename(so->getName()), "so name"); in writeBody() 116 writeStr(sub.os, name, "sym name"); in writeBody() 131 writeStr(sub.os, module, "import module"); in writeBody() 132 writeStr(sub.os, name, "import name"); in writeBody() 638 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 642 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 646 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 650 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 652 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 672 writeStr(sub.os, s->name, "segment 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 | 42 writeStr(bodyOutputStream, name, "section name"); in OutputSection()
|