|
LLVM 22.0.0git
|
This structure is used to update reference to the DIE of ULEB128 form. More...
#include "DWARFLinker/Parallel/OutputSections.h"
Public Member Functions | |
| DebugULEB128DieRefPatch (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 of ULEB128 form.
Definition at line 88 of file OutputSections.h.
| DebugULEB128DieRefPatch::DebugULEB128DieRefPatch | ( | uint64_t | PatchOffset, |
| CompileUnit * | SrcCU, | ||
| CompileUnit * | RefCU, | ||
| uint32_t | RefIdx ) |
Definition at line 24 of file OutputSections.cpp.
References llvm::dwarf_linker::parallel::SectionPatch::PatchOffset, and RefCU.
| PointerIntPair<CompileUnit *, 1> llvm::dwarf_linker::parallel::DebugULEB128DieRefPatch::RefCU |
Definition at line 92 of file OutputSections.h.
Referenced by DebugULEB128DieRefPatch(), and llvm::dwarf_linker::parallel::CompileUnit::updateDieRefPatchesWithClonedOffsets().
| uint64_t llvm::dwarf_linker::parallel::DebugULEB128DieRefPatch::RefDieIdxOrClonedOffset = 0 |
Definition at line 93 of file OutputSections.h.
Referenced by llvm::dwarf_linker::parallel::CompileUnit::updateDieRefPatchesWithClonedOffsets().