Searched refs:getFunctionName (Results 1 – 2 of 2) sorted by relevance
255 if (co->getFunctionName(buf, bufLen, offset)) in unw_get_proc_name()
381 virtual bool getFunctionName(char *bf, size_t ln, unw_word_t *off) = 0;409 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);1304 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() function in libunwind::UnwindCursor