LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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:
Inheritance graph
[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.


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