LLVM 22.0.0git
llvm::dwarf_linker::parallel::DebugDieRefPatch Struct Reference

This structure is used to update reference to the DIE. More...

#include "DWARFLinker/Parallel/OutputSections.h"

Inheritance diagram for llvm::dwarf_linker::parallel::DebugDieRefPatch:
[legend]

Public Member Functions

 DebugDieRefPatch (uint64_t PatchOffset, CompileUnit *SrcCU, CompileUnit *RefCU, uint32_t RefIdx)

Public Attributes

PointerIntPair< CompileUnit *, 1 > RefCU
uint64_t RefDieIdxOrClonedOffset = 0
Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0

Detailed Description

This structure is used to update reference to the DIE.

Definition at line 79 of file OutputSections.h.

Constructor & Destructor Documentation

◆ DebugDieRefPatch()

DebugDieRefPatch::DebugDieRefPatch ( uint64_t PatchOffset,
CompileUnit * SrcCU,
CompileUnit * RefCU,
uint32_t RefIdx )

Member Data Documentation

◆ RefCU

PointerIntPair<CompileUnit *, 1> llvm::dwarf_linker::parallel::DebugDieRefPatch::RefCU

◆ RefDieIdxOrClonedOffset

uint64_t llvm::dwarf_linker::parallel::DebugDieRefPatch::RefDieIdxOrClonedOffset = 0

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