Home
last modified time | relevance | path

Searched refs:AppleArm64ExceptionClass (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DAppleArm64ExceptionClass.h16 enum class AppleArm64ExceptionClass : unsigned { enum
22 inline AppleArm64ExceptionClass getAppleArm64ExceptionClass(uint32_t esr) { in getAppleArm64ExceptionClass()
35 return static_cast<AppleArm64ExceptionClass>(esr >> 26); in getAppleArm64ExceptionClass()
38 inline const char *toString(AppleArm64ExceptionClass EC) { in toString()
41 case AppleArm64ExceptionClass::Name: \ in toString()
H A DAppleArm64ExceptionClass.def1 /*===-- AppleArm64ExceptionClass.def ---------------------------*- C++ -*-=== *\
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap119 textual header "lldb/Target/AppleArm64ExceptionClass.def"