Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h24 struct RangeListEntry { struct
29 uint64_t StartAddress;
35 uint64_t EndAddress;
37 uint64_t SectionIndex;
64 std::vector<RangeListEntry> Entries; argument
DDWARFDebugRnglists.h29 struct RangeListEntry : public DWARFListEntryBase { struct
46 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h24 struct RangeListEntry { struct
29 uint64_t StartAddress;
35 uint64_t EndAddress;
37 uint64_t SectionIndex;
64 std::vector<RangeListEntry> Entries; argument
DDWARFDebugRnglists.h29 struct RangeListEntry : public DWARFListEntryBase { struct
46 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
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp518 using RangeListEntry = Variable::RangeList::Entry; in GetCorrespondingFrameData() typedef