Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
122 void restoreRegisterToInitialState(uint64_t reg, PrologInfo &initialState) { in restoreRegisterToInitialState() argument
130 PrologInfoStackEntry(PrologInfoStackEntry *n, const PrologInfo &i) in PrologInfoStackEntry()
133 PrologInfo info;
162 int arch, PrologInfo *results);
[all …]
H A DDwarfInstructions.hpp51 typedef typename CFI_Parser<A>::PrologInfo PrologInfo; typedef in libunwind::DwarfInstructions
65 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA()
78 PrologInfo &prolog);
173 pint_t cfa, PrologInfo &prolog) { in getRA_SIGN_STATE()
194 PrologInfo prolog; in stepWithDwarf()
H A DUnwindCursor.hpp1632 typename CFI_Parser<A>::PrologInfo prolog; in getInfoFromFdeCie()