Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp196 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
619 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::LocalAddressSpace
H A DUnwindCursor.hpp2847 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()