reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/wasm/WriterUtils.h
   19 void debugWrite(uint64_t offset, const Twine &msg);

References

tools/lld/wasm/OutputSections.cpp
   75   debugWrite(os.tell(), "section type [" + getSectionName() + "]");
tools/lld/wasm/WriterUtils.cpp
   71   debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]");
   76   debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]");
   82   debugWrite(os.tell(), msg + " [data[" + Twine(count) + "]]");
   87   debugWrite(os.tell(),
   94   debugWrite(os.tell(), msg + " [0x" + utohexstr(byte) + "]");
   99   debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]");