Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp88 exc_exception, enumerator
794 LLDB_INVALID_REGNUM, exc_exception},
909 exc_exception, exc_fsr, exc_far,
983 else if (reg < exc_exception) in GetSetForNativeRegNum()
1187 case exc_exception: in ReadRegister()
1275 case exc_exception: in WriteRegister()
H A DRegisterContextDarwin_arm64.cpp91 static uint32_t g_exc_regnums[] = {exc_far, exc_esr, exc_exception};
518 case exc_exception: in ReadRegister()
628 case exc_exception: in WriteRegister()
H A DRegisterInfos_arm.h149 exc_exception, enumerator
700 LLDB_INVALID_REGNUM, exc_exception},
H A DRegisterInfos_arm64.h227 exc_exception, enumerator
721 DEFINE_MISC_REGS(exception, 4, EXC, exc_exception),