Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp1267 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
1269 typename A::pint_t functionAddress() const { in functionAddress() function
1326 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
1331 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()