Return whether a parsed macro list starts at Offset.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFDebugMacro.h>
bool
hasEntryForOffset(uint64_t Offset) const;
Return Value
True if a macro list was parsed at Offset.
Parameters
Name |
Description |
Offset |
Byte offset of a macro contribution in the parsed section. |
Created with MrDocs