Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp83 struct PrologInfo { struct in libunwind::CFI_Parser
84 uint32_t cfaRegister;
85 int32_t cfaRegisterOffset; // CFA = (cfaRegister)+cfaRegisterOffset
86 int64_t cfaExpression; // CFA = expression
87 uint32_t spExtraArgSize;
88 uint32_t codeOffsetAtStackDecrement;
89 bool registersInOtherRegisters;
90 bool sameValueUsed;
91 RegisterLocation savedRegisters[kMaxRegisterNumber];
DDwarfInstructions.hpp52 typedef typename CFI_Parser<A>::PrologInfo PrologInfo; typedef in libunwind::DwarfInstructions