Searched refs:HighPc (Results 1 – 3 of 3) sorted by relevance
110 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
501 Optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE() local502 if (!HighPc) { in shouldKeepSubprogramDIE()507 if (*LowPc > *HighPc) { in shouldKeepSubprogramDIE()514 Ranges.insert({*LowPc, *HighPc}, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()515 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()1148 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local1149 Addr = HighPc; in cloneAddressAttribute()
135 uint64_t getHighPc() const { return HighPc; } in getHighPc()253 uint64_t HighPc = 0; variable