Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp43 Addr.LowAddress, Addr.HighAddress, Addr.HighAddress - Addr.LowAddress, in dumpAddressArea()
137 uint64_t LowAddress = Data.getU64(&Offset); in parseImpl() local
140 AddressArea.push_back({LowAddress, HighAddress, CuIndex}); in parseImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h38 uint64_t LowAddress; /// The low address. member