Home
last modified time | relevance | path

Searched defs:PrologInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
DDwarfParser.hpp88 struct PrologInfo { struct in libunwind::CFI_Parser
89 uint32_t cfaRegister;
90 int32_t cfaRegisterOffset; // CFA = (cfaRegister)+cfaRegisterOffset
91 int64_t cfaExpression; // CFA = expression
92 uint32_t spExtraArgSize;
93 RegisterLocation savedRegisters[kMaxRegisterNumber + 1];
94 enum class InitializeTime { kLazy, kNormal };
97 PrologInfo(InitializeTime IT = InitializeTime::kNormal) { in PrologInfo() function
101 void checkSaveRegister(uint64_t reg, PrologInfo &initialState) { in checkSaveRegister()
107 void setRegister(uint64_t reg, RegisterSavedWhere newLocation, in setRegister()
[all …]
DDwarfInstructions.hpp51 typedef typename CFI_Parser<A>::PrologInfo PrologInfo; typedef in libunwind::DwarfInstructions