Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DDwarfParser.hpp87 struct PrologInfo { struct in libunwind::CFI_Parser
96 PrologInfo(InitializeTime IT = InitializeTime::kNormal) { in PrologInfo() argument
100 void checkSaveRegister(uint64_t reg, PrologInfo &initialState) { in checkSaveRegister() argument
107 int64_t newValue, PrologInfo &initialState) { in setRegister()
113 PrologInfo &initialState) { in setRegisterLocation()
118 PrologInfo &initialState) { in setRegisterValue()
130 PrologInfoStackEntry(PrologInfoStackEntry *n, const PrologInfo &i) in PrologInfoStackEntry()
133 PrologInfo info;
162 int arch, PrologInfo *results);
415 int arch, PrologInfo *results) { in parseFDEInstructions()
[all …]
H A DDwarfInstructions.hpp50 typedef typename CFI_Parser<A>::PrologInfo PrologInfo; typedef in libunwind::DwarfInstructions
64 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA()
77 PrologInfo &prolog);
176 pint_t cfa, PrologInfo &prolog) { in getRA_SIGN_STATE()
197 PrologInfo prolog; in stepWithDwarf()
H A DUnwindCursor.hpp1599 typename CFI_Parser<A>::PrologInfo prolog; in getInfoFromFdeCie()