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

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

#include "DWARFLinker/Parallel/OutputSections.h"

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

Public Member Functions

 DebugDieTypeRefPatch (uint64_t PatchOffset, TypeEntry *RefTypeName)

Public Attributes

TypeEntryRefTypeName = nullptr
Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0

Detailed Description

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

Definition at line 97 of file OutputSections.h.

Constructor & Destructor Documentation

◆ DebugDieTypeRefPatch()

DebugDieTypeRefPatch::DebugDieTypeRefPatch ( uint64_t PatchOffset,
TypeEntry * RefTypeName )

Member Data Documentation

◆ RefTypeName

TypeEntry* llvm::dwarf_linker::parallel::DebugDieTypeRefPatch::RefTypeName = nullptr

Definition at line 100 of file OutputSections.h.

Referenced by DebugDieTypeRefPatch().


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