Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp255 if (co->getFunctionName(buf, bufLen, offset)) in unw_get_proc_name()
DUnwindCursor.hpp381 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