Searched refs:HighPc (Results 1 – 1 of 1) sorted by relevance
200 : OrigUnit(OrigUnit), ID(ID), LowPc(UINT64_MAX), HighPc(0), RangeAlloc(), in CompileUnit()242 uint64_t getHighPc() const { return HighPc; } in getHighPc()343 uint64_t HighPc; member in llvm::dsymutil::__anon1f629b1b0111::CompileUnit433 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()2099 uint64_t HighPc; in shouldKeepSubprogramDIE() local2101 HighPc = *HighPcValue.getAsAddress(&OrigUnit); in shouldKeepSubprogramDIE()2104 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()2108 Ranges[LowPc] = std::make_pair(HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()2109 Unit.addFunctionRange(LowPc, HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()2441 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local[all …]