Searched refs:HighPc (Results 1 – 1 of 1) sorted by relevance
77 : OrigUnit(OrigUnit), ID(ID), LowPc(UINT64_MAX), HighPc(0), RangeAlloc(), in CompileUnit()106 uint64_t getHighPc() const { return HighPc; } in getHighPc()180 uint64_t HighPc; member in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit250 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()1588 uint64_t HighPc; in shouldKeepSubprogramDIE() local1590 HighPc = *HighPcValue.getAsAddress(&OrigUnit); in shouldKeepSubprogramDIE()1593 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()1597 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()1598 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()1883 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local[all …]