Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h26 struct RangeListEntry { struct
31 uint64_t StartAddress;
37 uint64_t EndAddress;
61 std::vector<RangeListEntry> Entries; argument
H A DDWARFDebugRnglists.h30 struct RangeListEntry : public DWARFListEntryBase { struct
48 class DWARFDebugRnglist : public DWARFListType<RangeListEntry> { argument
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp667 using RangeListEntry = Variable::RangeList::Entry; in GetCorrespondingFrameData() typedef