Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h205 std::optional<uint64_t> getHighPC(uint64_t LowPC) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp343 std::optional<uint64_t> DWARFDie::getHighPC(uint64_t LowPC) const { in getHighPC() function in DWARFDie
366 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp500 std::optional<uint64_t> HighPc = DIE.getHighPC(*LowPc); in shouldKeepSubprogramDIE()