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

#include "DWARFLinker/Parallel/OutputSections.h"

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

Public Member Functions

 DebugOffsetPatch (uint64_t PatchOffset, SectionDescriptor *SectionPtr, bool AddLocalValue=false)
 

Public Attributes

PointerIntPair< SectionDescriptor *, 1 > SectionPtr
 
- Public Attributes inherited from llvm::dwarf_linker::parallel::SectionPatch
uint64_t PatchOffset = 0
 

Detailed Description

Definition at line 70 of file OutputSections.h.

Constructor & Destructor Documentation

◆ DebugOffsetPatch()

llvm::dwarf_linker::parallel::DebugOffsetPatch::DebugOffsetPatch ( uint64_t  PatchOffset,
SectionDescriptor SectionPtr,
bool  AddLocalValue = false 
)
inline

Member Data Documentation

◆ SectionPtr

PointerIntPair<SectionDescriptor *, 1> llvm::dwarf_linker::parallel::DebugOffsetPatch::SectionPtr

Definition at line 75 of file OutputSections.h.


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