Home
last modified time | relevance | path

Searched defs:HighAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h46 uint64_t HighAddress; /// The high address. member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp155 uint64_t HighAddress = Data.getU64(&Offset); in parseImpl() local