Lines Matching refs:LoPC
22 return range1.LoPC < range2.LoPC; in RangeLessThan()
45 range.LoPC = arange_desc_ptr->Address; in operator ()()
104 (uint64_t)range.LoPC, (uint64_t)range.HiPC()); in dump()
109 OS << format("{0x%8.8x}: [0x%8.8llx - 0x%8.8llx)\n", Offset, LoPC, HiPC()); in dump()
183 if (pos != end && pos->LoPC <= address && address < pos->HiPC()) { in findAddress()
187 if (pos->LoPC <= address && address < pos->HiPC()) in findAddress()
195 DWARFDebugAranges::allRangesAreContiguous(uint64_t &LoPC, uint64_t &HiPC) const{ in allRangesAreContiguous() argument
203 if (pos != begin && pos->LoPC != next_addr) in allRangesAreContiguous()
208 LoPC = Aranges.front().LoPC; in allRangesAreContiguous()
214 bool DWARFDebugAranges::getMaxRange(uint64_t &LoPC, uint64_t &HiPC) const { in getMaxRange() argument
218 LoPC = Aranges.front().LoPC; in getMaxRange()