|
LLVM 23.0.0git
|
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 |
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.
|
inline |
Definition at line 89 of file AddressesMap.h.
| uint64_t llvm::dwarf_linker::AddressesMap::AssemblyRange::HighPC |
Definition at line 92 of file AddressesMap.h.
Referenced by AssemblyRange().
| uint64_t llvm::dwarf_linker::AddressesMap::AssemblyRange::LowPC |
Definition at line 91 of file AddressesMap.h.
Referenced by AssemblyRange().