LLVM 20.0.0git
|
This structure is used to update reference to the type DIE. More...
#include "DWARFLinker/Parallel/OutputSections.h"
Public Member Functions | |
DebugDieTypeRefPatch (uint64_t PatchOffset, TypeEntry *RefTypeName) | |
Public Attributes | |
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 97 of file OutputSections.h.
Definition at line 33 of file OutputSections.cpp.
References llvm::dwarf_linker::parallel::SectionPatch::PatchOffset.
TypeEntry* llvm::dwarf_linker::parallel::DebugDieTypeRefPatch::RefTypeName = nullptr |
Definition at line 100 of file OutputSections.h.