LLVM 20.0.0git
|
This structure is used to update reference to the DIE. More...
#include "DWARFLinker/Parallel/OutputSections.h"
Public Member Functions | |
DebugDieRefPatch (uint64_t PatchOffset, CompileUnit *SrcCU, CompileUnit *RefCU, uint32_t RefIdx) | |
Public Attributes | |
PointerIntPair< CompileUnit *, 1 > | RefCU |
uint64_t | RefDieIdxOrClonedOffset = 0 |
Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch | |
uint64_t | PatchOffset = 0 |
This structure is used to update reference to the DIE.
Definition at line 79 of file OutputSections.h.
DebugDieRefPatch::DebugDieRefPatch | ( | uint64_t | PatchOffset, |
CompileUnit * | SrcCU, | ||
CompileUnit * | RefCU, | ||
uint32_t | RefIdx | ||
) |
Definition at line 18 of file OutputSections.cpp.
References llvm::dwarf_linker::parallel::SectionPatch::PatchOffset.
PointerIntPair<CompileUnit *, 1> llvm::dwarf_linker::parallel::DebugDieRefPatch::RefCU |
Definition at line 83 of file OutputSections.h.
Referenced by llvm::dwarf_linker::parallel::CompileUnit::updateDieRefPatchesWithClonedOffsets().
uint64_t llvm::dwarf_linker::parallel::DebugDieRefPatch::RefDieIdxOrClonedOffset = 0 |
Definition at line 84 of file OutputSections.h.
Referenced by llvm::dwarf_linker::parallel::CompileUnit::updateDieRefPatchesWithClonedOffsets().