Searched refs:HighPc (Results 1 – 3 of 3) sorted by relevance
114 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
501 Optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE() local502 if (!HighPc) { in shouldKeepSubprogramDIE()509 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()510 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()1111 if (uint64_t HighPc = Unit.getHighPc()) in cloneAddressAttribute() local1112 Addr = HighPc; in cloneAddressAttribute()
133 uint64_t getHighPc() const { return HighPc; } in getHighPc()254 uint64_t HighPc = 0; variable