Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DAddressSpace.hpp114 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
478 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::LocalAddressSpace
518 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
574 bool RemoteAddressSpace<P>::findFunctionName(pint_t addr, char *buf, in findFunctionName() function in libunwind::RemoteAddressSpace
DUnwindCursor.hpp1367 return _addressSpace.findFunctionName((pint_t)this->getReg(UNW_REG_IP), in getFunctionName()