Searched refs:findFunctionName (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | AddressSpace.hpp | 149 bool findFunctionName(pint_t addr, char *buf, size_t bufLen, 384 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::LocalAddressSpace 423 bool findFunctionName(pint_t addr, char *buf, size_t bufLen, 479 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::OtherAddressSpace
|
D | UnwindCursor.hpp | 1306 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()
|