Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DDwarfParser.hpp129 struct PrologInfoStackEntry { struct in libunwind::CFI_Parser
130 PrologInfoStackEntry(PrologInfoStackEntry *n, const PrologInfo &i) in PrologInfoStackEntry() function
132 PrologInfoStackEntry *next; argument
137 PrologInfoStackEntry *entry;
146 PrologInfoStackEntry *next = entry->next; in ~RememberStack()
555 PrologInfoStackEntry *entry = in parseFDEInstructions()
556 (PrologInfoStackEntry *)_LIBUNWIND_REMEMBER_ALLOC( in parseFDEInstructions()
557 sizeof(PrologInfoStackEntry)); in parseFDEInstructions()
570 PrologInfoStackEntry *top = rememberStack.entry; in parseFDEInstructions()