LLVM 23.0.0git
llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::CIELocation Struct Reference

Section + local offset of a .debug_frame CIE that has been (or will be) emitted by some LinkContext. More...

#include "DWARFLinker/Parallel/DWARFLinkerImpl.h"

Public Attributes

SectionDescriptorOwnerSection
uint32_t LocalOffset

Detailed Description

Section + local offset of a .debug_frame CIE that has been (or will be) emitted by some LinkContext.

Stored in CIERegistry so that any FDE referencing the same CIE bytes can resolve its CIE_pointer to OwnerSection->StartOffset + LocalOffset at output time, even when the FDE lives in a different LinkContext's section.

Definition at line 253 of file DWARFLinkerImpl.h.

Member Data Documentation

◆ LocalOffset

uint32_t llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::CIELocation::LocalOffset

Definition at line 255 of file DWARFLinkerImpl.h.

◆ OwnerSection

SectionDescriptor* llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::CIELocation::OwnerSection

Definition at line 254 of file DWARFLinkerImpl.h.


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