Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1284 bool getInfoFromTBTable(pint_t pc, R &registers);
2023 bool UnwindCursor<A, R>::getInfoFromTBTable(pint_t pc, R &registers) { in getInfoFromTBTable() function in libunwind::UnwindCursor
2581 if (this->getInfoFromTBTable(pc, _registers)) in setInfoBasedOnIPRegister()