Searched refs:DebugAddressRange (Results 1 – 5 of 5) sorted by relevance
79 struct DebugAddressRange { struct83 DebugAddressRange() = default;85 DebugAddressRange(uint64_t LowPC, uint64_t HighPC) in DebugAddressRange() argument89 static inline bool operator<(const DebugAddressRange &LHS,90 const DebugAddressRange &RHS) {95 using DebugAddressRangesVector = SmallVector<DebugAddressRange, 2>;
160 std::vector<std::pair<DWARFDieWrapper, DebugAddressRange>>>;
111 for (const DebugAddressRange &Range : AddressRanges) { in writeAddressRanges()215 for (const DebugAddressRange &Range : Ranges) { in addRanges()
4200 return DebugAddressRange(Range.LowPC, Range.HighPC); in translateInputToOutputRanges()4263 for (const DebugAddressRange &Range : OutputRanges) { in translateInputToOutputRanges()
1698 const SmallVector<DebugAddressRange, 2> &Ranges = CURangesPair.second; in updateGdbIndexSection()1743 for (const DebugAddressRange &Range : Ranges) { in updateGdbIndexSection()