Searched refs:writeStr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/wasm/ |
H A D | SyntheticSections.cpp | 78 writeStr(sub.os, llvm::sys::path::filename(so->getName()), "so name"); in writeBody() 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() 652 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 656 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 660 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 664 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 666 writeStr(sub.os, sym->getName(), "sym name"); in writeBody() 691 writeStr(su in writeBody() [all...] |
H A D | WriterUtils.cpp | 104 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr() function 217 writeStr(os, import.Module, "import module name"); in writeImport() 218 writeStr(os, import.Field, "import field name"); in writeImport() 243 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()
|