Searched refs:LowPc (Results 1 – 8 of 8) sorted by relevance
168 if (LowPc) in addFunctionRange()169 LowPc = std::min(*LowPc, FuncLowPc + PcOffset); in addFunctionRange()171 LowPc = FuncLowPc + PcOffset; in addFunctionRange()
561 auto LowPc = dwarf::toAddress(DIE.find(dwarf::DW_AT_low_pc)); in shouldKeepSubprogramDIE() local562 if (!LowPc) in shouldKeepSubprogramDIE()565 assert(LowPc && "low_pc attribute is not an address."); in shouldKeepSubprogramDIE()583 if (Unit.hasLabelAt(*LowPc)) in shouldKeepSubprogramDIE()592 .value_or(UINT64_MAX) <= LowPc) in shouldKeepSubprogramDIE()594 Unit.addLabelLowPc(*LowPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()600 std::optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE()606 if (*LowPc > *HighPc) { in shouldKeepSubprogramDIE()613 Unit.addFunctionRange(*LowPc, *HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()
164 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc()291 std::optional<uint64_t> LowPc; variable
369 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc()699 std::optional<uint64_t> LowPc; variable
87 LowPc = std::nullopt; in maybeResetToLoadedStage()428 if (LowPc) in addFunctionRange()429 LowPc = std::min(*LowPc, FuncLowPc + PcOffset); in addFunctionRange()431 LowPc = FuncLowPc + PcOffset; in addFunctionRange()