Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h203 Optional<uint64_t> getHighPC(uint64_t LowPC) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp452 Optional<uint64_t> DWARFDie::getHighPC(uint64_t LowPC) const { in getHighPC() function in DWARFDie
472 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()