Home
last modified time | relevance | path

Searched refs:UNW_X86_64_RAX (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwind-seh.cpp164 __unw_get_reg(&cursor, UNW_X86_64_RAX, &retval); in _GCC_specific_handler()
DUnwindCursor.hpp544 _msContext.Rax = r.getRegister(UNW_X86_64_RAX); in UnwindCursor()
649 if (regNum >= UNW_X86_64_RAX && regNum <= UNW_X86_64_R15) return true; in validReg()
663 case UNW_X86_64_RAX: return _msContext.Rax; in getReg()
713 case UNW_X86_64_RAX: _msContext.Rax = value; break; in setReg()
DRegisters.hpp352 case UNW_X86_64_RAX: in getRegister()
396 case UNW_X86_64_RAX: in setRegister()
454 case UNW_X86_64_RAX: in getRegisterName()
/external/llvm-project/libunwind/include/
Dlibunwind.h157 UNW_X86_64_RAX = 0, enumerator