LLVM 19.0.0git
Public Attributes | List of all members
llvm::dwarf_linker::parallel::DebugRangePatch Struct Reference

This structure is used to update range list offset into .debug_ranges/.debug_rnglists. More...

#include "DWARFLinker/Parallel/OutputSections.h"

Inheritance diagram for llvm::dwarf_linker::parallel::DebugRangePatch:
Inheritance graph
[legend]

Public Attributes

bool IsCompileUnitRanges = false
 Indicates patch which points to immediate compile unit's attribute.
 
- Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0
 

Detailed Description

This structure is used to update range list offset into .debug_ranges/.debug_rnglists.

Definition at line 57 of file OutputSections.h.

Member Data Documentation

◆ IsCompileUnitRanges

bool llvm::dwarf_linker::parallel::DebugRangePatch::IsCompileUnitRanges = false

Indicates patch which points to immediate compile unit's attribute.

Definition at line 59 of file OutputSections.h.


The documentation for this struct was generated from the following file: