Home
last modified time | relevance | path

Searched refs:getLowPc (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h142 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc() function
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp374 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()
H A DDWARFLinker.cpp1201 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in cloneAddressAttribute()
1280 std::optional<uint64_t> LowPC = Unit.getLowPc(); in cloneScalarAttribute()