Home
last modified time | relevance | path

Searched refs:HighAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp54 Addr.LowAddress, Addr.HighAddress, Addr.HighAddress - Addr.LowAddress, in dumpAddressArea()
155 uint64_t HighAddress = Data.getU64(&Offset); in parseImpl() local
157 AddressArea.push_back({LowAddress, HighAddress, CuIndex}); in parseImpl()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFGdbIndex.h47 uint64_t HighAddress; /// The high address. member
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h678 uint64_t HighAddress; member
H A DSyntheticSections.cpp2617 write64le(Buf + 8, BaseAddr + E.HighAddress); in writeTo()