Searched refs:LowPc (Results 1 – 1 of 1) sorted by relevance
77 : OrigUnit(OrigUnit), ID(ID), LowPc(UINT64_MAX), HighPc(0), RangeAlloc(), in CompileUnit()105 uint64_t getLowPc() const { return LowPc; } in getLowPc()179 uint64_t LowPc; member in llvm::dsymutil::__anon7a0c69ef0111::CompileUnit249 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange()1569 uint64_t LowPc = in shouldKeepSubprogramDIE() local1571 assert(LowPc != -1ULL && "low_pc attribute is not an address."); in shouldKeepSubprogramDIE()1572 if (LowPc == -1ULL || 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()