Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h164 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h369 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc() function
H A DDWARFLinkerCompileUnit.cpp553 if (std::optional<uint64_t> LowPC = getLowPc()) in emitLocListFragment()
795 if (std::optional<uint64_t> LowPC = getLowPc()) in emitRangeListFragment()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp486 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in emitDwarfDebugRangesTableFragment()
678 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in emitDwarfDebugLocTableFragment()
H A DDWARFLinker.cpp1381 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in cloneAddressAttribute()
1532 std::optional<uint64_t> LowPC = Unit.getLowPc(); in cloneScalarAttribute()