Dump this list table to OS.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFListTable.h>
void
dump(
DWARFDataExtractor Data,
raw_ostream& OS,
llvm::function_ref<std::optional<object::SectionedAddress>(uint32_t)> LookupPooledAddress,
DIDumpOptions DumpOpts = {}) const;
Parameters
Name |
Description |
Data |
Section contents used when dumping list entries. |
OS |
Output stream to write the dump to. |
LookupPooledAddress |
Callback to resolve pooled addresses by index. |
DumpOpts |
Options controlling what and how to dump. |
Created with MrDocs