Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h26 struct RangeListEntry { struct
31 uint64_t StartAddress;
37 uint64_t EndAddress;
39 uint64_t SectionIndex;
67 std::vector<RangeListEntry> Entries; argument
DDWARFDebugRnglists.h28 struct RangeListEntry : public DWARFListEntryBase { struct
43 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h25 struct RangeListEntry { struct
30 uint64_t StartAddress;
36 uint64_t EndAddress;
62 std::vector<RangeListEntry> Entries; argument