Parse .debug_pub* (or .debug_gnu_pub*) contents from Data.
Declared in <llvm/DebugInfo/DWARF/DWARFDebugPubTable.h>
void
extract(
DWARFDataExtractor Data,
bool GnuStyle,
function_ref<void(Error)> RecoverableErrorHandler);
| Name | Description |
|---|---|
| Data | Section bytes to parse as a pubnames/pubtypes table. |
| GnuStyle | True if parsing a GNU-style .debug_gnu_pub* section. |
| RecoverableErrorHandler | Callback invoked for non-fatal parse errors. |