Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugRangeList.h22 struct RangeListEntry { struct
27 uint64_t StartAddress;
33 uint64_t EndAddress;
37 bool isEndOfListEntry() const { in isEndOfListEntry()
63 std::vector<RangeListEntry> Entries; argument