Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp200 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
668 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::LocalAddressSpace
H A DUnwindCursor.hpp2965 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()