Searched refs:getLowPc (Results 1 – 1 of 1) sorted by relevance
105 uint64_t getLowPc() const { return LowPc; } in getLowPc() function in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit699 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries()736 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()1876 Addr = Unit.getLowPc(); in cloneAddressAttribute()1909 if (Unit.getLowPc() == -1ULL) in cloneScalarAttribute()1912 Value = Unit.getHighPc() - Unit.getLowPc(); in cloneScalarAttribute()2212 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()