Lines Matching refs:PrologInfo
87 struct PrologInfo { struct in libunwind::CFI_Parser
96 PrologInfo(InitializeTime IT = InitializeTime::kNormal) { in PrologInfo() function
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);
415 int arch, PrologInfo *results) { in parseFDEInstructions()
442 PrologInfo initialState(PrologInfo::InitializeTime::kLazy); in parseFDEInstructions()