Home
last modified time | relevance | path

Searched refs:getHighPC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h205 std::optional<uint64_t> getHighPC(uint64_t LowPC) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp345 std::optional<uint64_t> DWARFDie::getHighPC(uint64_t LowPC) const { in getHighPC() function in DWARFDie
368 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp600 std::optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE()