LLVM 23.0.0git
llvm::dwarf_linker::AddressesMap::AssemblyRange Struct Reference

This is used for assembly files where labels may not have high_pc but the debug map has range information from symbols. More...

#include "llvm/DWARFLinker/AddressesMap.h"

Public Member Functions

 AssemblyRange (uint64_t LowPC, uint64_t HighPC)

Public Attributes

uint64_t LowPC
uint64_t HighPC

Detailed Description

This is used for assembly files where labels may not have high_pc but the debug map has range information from symbols.

Definition at line 88 of file AddressesMap.h.

Constructor & Destructor Documentation

◆ AssemblyRange()

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

Definition at line 89 of file AddressesMap.h.

References HighPC, and LowPC.

Member Data Documentation

◆ HighPC

uint64_t llvm::dwarf_linker::AddressesMap::AssemblyRange::HighPC

Definition at line 92 of file AddressesMap.h.

Referenced by AssemblyRange().

◆ LowPC

uint64_t llvm::dwarf_linker::AddressesMap::AssemblyRange::LowPC

Definition at line 91 of file AddressesMap.h.

Referenced by AssemblyRange().


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