Dump all strings in a StringTable to a stream with formatted offsets.
Synopsis
Declared in <llvm/DebugInfo/GSYM/StringTable.h>
void
dump(
raw_ostream& OS,
StringTable const& S,
uint8_t StringOffsetSize);
Parameters
Name |
Description |
OS |
The stream to write the dump to. |
S |
The string table to dump. |
StringOffsetSize |
Size in bytes used to format each string offset. |
Created with MrDocs