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

#include "DWARFLinker/Parallel/OutputSections.h"

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

Public Member Functions

 DebugTypeLineStrPatch (uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName, StringEntry *String)
 

Public Attributes

DIEDie = nullptr
 
TypeEntryTypeName = nullptr
 
StringEntryString = nullptr
 
- Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0
 

Detailed Description

Definition at line 122 of file OutputSections.h.

Constructor & Destructor Documentation

◆ DebugTypeLineStrPatch()

DebugTypeLineStrPatch::DebugTypeLineStrPatch ( uint64_t  PatchOffset,
DIE Die,
TypeEntry TypeName,
StringEntry String 
)

Member Data Documentation

◆ Die

DIE* llvm::dwarf_linker::parallel::DebugTypeLineStrPatch::Die = nullptr

Definition at line 126 of file OutputSections.h.

◆ String

StringEntry* llvm::dwarf_linker::parallel::DebugTypeLineStrPatch::String = nullptr

Definition at line 128 of file OutputSections.h.

◆ TypeName

TypeEntry* llvm::dwarf_linker::parallel::DebugTypeLineStrPatch::TypeName = nullptr

Definition at line 127 of file OutputSections.h.


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