Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h27 struct RangeListEntry { struct
32 uint64_t StartAddress;
38 uint64_t EndAddress;
62 std::vector<RangeListEntry> Entries; argument
H A DDWARFDebugRnglists.h31 struct RangeListEntry : public DWARFListEntryBase { struct
49 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp667 using RangeListEntry = Variable::RangeList::Entry; in GetCorrespondingFrameData() typedef