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

This structure is used to update location list offset into .debug_loc/.debug_loclists. More...

#include "DWARFLinker/Parallel/OutputSections.h"

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

Public Attributes

int64_t AddrAdjustmentValue = 0
 
- Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0
 

Detailed Description

This structure is used to update location list offset into .debug_loc/.debug_loclists.

Definition at line 64 of file OutputSections.h.

Member Data Documentation

◆ AddrAdjustmentValue

int64_t llvm::dwarf_linker::parallel::DebugLocPatch::AddrAdjustmentValue = 0

Definition at line 65 of file OutputSections.h.


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