LLVM 20.0.0git
|
This structure is used to update reference to the type DIE. More...
#include "DWARFLinker/Parallel/OutputSections.h"
Public Member Functions | |
DebugType2TypeDieRefPatch (uint64_t PatchOffset, DIE *Die, TypeEntry *TypeName, TypeEntry *RefTypeName) | |
Public Attributes | |
DIE * | Die = nullptr |
TypeEntry * | TypeName = nullptr |
TypeEntry * | RefTypeName = nullptr |
Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch | |
uint64_t | PatchOffset = 0 |
This structure is used to update reference to the type DIE.
Definition at line 104 of file OutputSections.h.
DebugType2TypeDieRefPatch::DebugType2TypeDieRefPatch | ( | uint64_t | PatchOffset, |
DIE * | Die, | ||
TypeEntry * | TypeName, | ||
TypeEntry * | RefTypeName | ||
) |
Definition at line 37 of file OutputSections.cpp.
References llvm::dwarf_linker::parallel::SectionPatch::PatchOffset.
DIE* llvm::dwarf_linker::parallel::DebugType2TypeDieRefPatch::Die = nullptr |
Definition at line 108 of file OutputSections.h.
TypeEntry* llvm::dwarf_linker::parallel::DebugType2TypeDieRefPatch::RefTypeName = nullptr |
Definition at line 110 of file OutputSections.h.
TypeEntry* llvm::dwarf_linker::parallel::DebugType2TypeDieRefPatch::TypeName = nullptr |
Definition at line 109 of file OutputSections.h.