Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DDwarfParser.hpp82 struct PrologInfo { struct in libunwind::CFI_Parser
83 uint32_t cfaRegister;
84 int32_t cfaRegisterOffset; // CFA = (cfaRegister)+cfaRegisterOffset
85 int64_t cfaExpression; // CFA = expression
86 uint32_t spExtraArgSize;
87 uint32_t codeOffsetAtStackDecrement;
88 bool registersInOtherRegisters;
89 bool sameValueUsed;
90 RegisterLocation savedRegisters[kMaxRegisterNumber];
DDwarfInstructions.hpp51 typedef typename CFI_Parser<A>::PrologInfo PrologInfo; typedef in libunwind::DwarfInstructions