Searched refs:getLowPc (Results 1 – 1 of 1) sorted by relevance
241 uint64_t getLowPc() const { return LowPc; } in getLowPc() function in llvm::dsymutil::__anon81c782ce0111::CompileUnit817 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries()853 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in emitLocationsForUnit()2491 Addr = Unit.getLowPc(); in cloneAddressAttribute()2521 if (Unit.getLowPc() == -1ULL) in cloneScalarAttribute()2524 Value = Unit.getHighPc() - Unit.getLowPc(); in cloneScalarAttribute()2892 UnitPcOffset = int64_t(OrigLowPc) - Unit.getLowPc(); in patchRangesForUnit()