LLVM 19.0.0git
Public Attributes | Static Public Attributes | List of all members
llvm::object::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 145 of file ObjectFile.h.

Member Data Documentation

◆ Address

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

◆ SectionIndex

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

◆ UndefSection

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

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