Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DAddressSpace.hpp143 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
443 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::LocalAddressSpace
483 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
539 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::OtherAddressSpace
DUnwindCursor.hpp1311 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()