Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1990 enum frameType : unw_word_t { enum
2055 unw_word_t flags = frameType::frameWithXLEHStateTable; in getInfoFromTBTable()
2210 flags = frameType::frameWithEHInfo; in getInfoFromTBTable()
2374 if (_info.flags == frameType::frameWithEHInfo && TBTable->tb.has_vec) { in stepWithTBTable()