Searched defs:Registers_x86_64 (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DRegisters.hpp217 /// Registers_x86_64 holds the register state of a thread in a 64-bit intel
219 class _LIBUNWIND_HIDDEN Registers_x86_64 { class in namespace:libunwind
221 Registers_x86_64();
222 Registers_x86_64(const void *registers);
281 inline Registers_x86_64::Registers_x86_64(const void *registers) { function in class:libunwind::Registers_x86_64
282 static_assert(sizeof(Registers_x86_64) < sizeof(unw_context_t),
287 inline Registers_x86_64::Registers_x86_64() { function in class:libunwind::Registers_x86_64
291 inline bool Registers_x86_64
[all...]

Completed in 220 milliseconds