Searched refs:getLowPc (Results 1 – 3 of 3) sorted by relevance
142 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc() function
374 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in emitDwarfDebugRangesTableFragment()440 assert(Unit.getLowPc()); in emitLocationsForUnit()441 UnitPcOffset = int64_t(*OrigLowPc) - *Unit.getLowPc(); in emitLocationsForUnit()
1201 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in cloneAddressAttribute()1280 std::optional<uint64_t> LowPC = Unit.getLowPc(); in cloneScalarAttribute()