Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp150 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
457 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::LocalAddressSpace
497 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
553 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::OtherAddressSpace
DUnwindCursor.hpp1328 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()