Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h24 struct RangeListEntry { struct
29 uint64_t StartAddress;
35 uint64_t EndAddress;
37 uint64_t SectionIndex;
64 std::vector<RangeListEntry> Entries; argument
H A DDWARFDebugRnglists.h28 struct RangeListEntry : public DWARFListEntryBase { struct
45 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument