Searched refs:debugWrite (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | WriterUtils.cpp | 78 void debugWrite(uint64_t offset, const Twine &msg) { in debugWrite() function 84 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeUleb128() 89 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeSleb128() 95 debugWrite(os.tell(), msg + " [data[" + Twine(count) + "]]"); in writeBytes() 100 debugWrite(os.tell(), in writeStr() 107 debugWrite(os.tell(), msg + " [0x" + utohexstr(byte) + "]"); in writeU8() 112 debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]"); in writeU32() 117 debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]"); in writeU64()
|
| H A D | WriterUtils.h | 20 void debugWrite(uint64_t offset, const Twine &msg); 22 #define debugWrite(...) (void *)0
|
| H A D | OutputSections.cpp | 42 debugWrite(os.tell(), "section type [" + getSectionName() + "]"); in createHeader()
|