Searched refs:HighPc (Results 1 – 3 of 3) sorted by relevance
134 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
500 std::optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE() local501 if (!HighPc) { in shouldKeepSubprogramDIE()506 if (*LowPc > *HighPc) { in shouldKeepSubprogramDIE()513 Ranges.insert({*LowPc, *HighPc}, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()514 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()1209 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local1210 Addr = HighPc; in cloneAddressAttribute()
143 uint64_t getHighPc() const { return HighPc; } in getHighPc()261 uint64_t HighPc = 0; variable