|
LLVM 23.0.0git
|
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 | |
| SectionDescriptor * | OwnerSection |
| uint32_t | LocalOffset |
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.
| uint32_t llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::CIELocation::LocalOffset |
Definition at line 255 of file DWARFLinkerImpl.h.
| SectionDescriptor* llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::CIELocation::OwnerSection |
Definition at line 254 of file DWARFLinkerImpl.h.