Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h45 uint64_t LowAddress; /// The low address. member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp154 uint64_t LowAddress = Data.getU64(&Offset); in parseImpl() local