LLVM 22.0.0git
llvm::SectionedAddress Struct Reference

#include "llvm/Object/ObjectFile.h"

Public Attributes

uint64_t Address = 0
uint64_t SectionIndex = UndefSection

Static Public Attributes

static const uint64_t UndefSection = UINT64_MAX

Detailed Description

Definition at line 147 of file ObjectFile.h.

Member Data Documentation

◆ Address

uint64_t llvm::object::SectionedAddress::Address = 0

Definition at line 150 of file ObjectFile.h.

◆ SectionIndex

uint64_t llvm::object::SectionedAddress::SectionIndex = UndefSection

Definition at line 151 of file ObjectFile.h.

◆ UndefSection

const uint64_t llvm::object::SectionedAddress::UndefSection = UINT64_MAX
static

Definition at line 148 of file ObjectFile.h.

Referenced by llvm::DWARFDebugLoclists::visitLocationList().


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