Searched refs:getLowPc (Results 1 – 1 of 1) sorted by relevance
241 uint64_t getLowPc() const { return LowPc; } in getLowPc() function in llvm::dsymutil::__anon1f629b1b0111::CompileUnit815 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries()851 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()2434 Addr = Unit.getLowPc(); in cloneAddressAttribute()2464 if (Unit.getLowPc() == -1ULL) in cloneScalarAttribute()2467 Value = Unit.getHighPc() - Unit.getLowPc(); in cloneScalarAttribute()2835 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()