Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h25 struct RangeListEntry { struct
62 std::vector<RangeListEntry> Entries; argument
69 const std::vector<RangeListEntry> &getEntries() { return Entries; } in getEntries()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp31 RangeListEntry entry; in extract()
48 for (const RangeListEntry &RLE : Entries) { in dump()
60 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp535 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
719 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries, in emitRangesEntries()
2900 const DWARFDebugRangeList::RangeListEntry &First = Entries.front(); in patchRangesForUnit()