Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:LoPC

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