Home
last modified time | relevance | path

Searched refs:LowAddress (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp53 Addr.LowAddress, Addr.HighAddress, Addr.HighAddress - Addr.LowAddress, in dumpAddressArea()
153 uint64_t LowAddress = Data.getU64(&Offset); in parseImpl() local
156 AddressArea.push_back({LowAddress, HighAddress, CuIndex}); in parseImpl()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h45 uint64_t LowAddress; /// The low address. member