LLVM 24.0.0git
llvm::dwarf_linker::AddressesMap::SymbolRange Struct Reference

The extent the linker gave a symbol, in source address space. More...

#include "llvm/DWARFLinker/AddressesMap.h"

Public Member Functions

 SymbolRange (uint64_t LowPC, uint64_t HighPC)

Public Attributes

uint64_t LowPC
uint64_t HighPC

Detailed Description

The extent the linker gave a symbol, in source address space.

Definition at line 87 of file AddressesMap.h.

Constructor & Destructor Documentation

◆ SymbolRange()

llvm::dwarf_linker::AddressesMap::SymbolRange::SymbolRange ( uint64_t LowPC,
uint64_t HighPC )
inline

Definition at line 88 of file AddressesMap.h.

References HighPC, and LowPC.

Member Data Documentation

◆ HighPC

uint64_t llvm::dwarf_linker::AddressesMap::SymbolRange::HighPC

Definition at line 91 of file AddressesMap.h.

Referenced by SymbolRange().

◆ LowPC

uint64_t llvm::dwarf_linker::AddressesMap::SymbolRange::LowPC

Definition at line 90 of file AddressesMap.h.

Referenced by SymbolRange().


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