| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_mips.h | 33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \ argument 47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument 57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument 66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \ argument 75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
| H A D | RegisterInfos_mips64.h | 27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument 36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument 45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
|
| H A D | RegisterInfos_s390x.h | 25 #define DEFINE_GPR(name, size, offset, alt, generic) \ argument 33 #define DEFINE_GPR_NODWARF(name, size, offset, alt, generic) \ argument
|
| H A D | RegisterInfos_powerpc.h | 20 #define DEFINE_GPR(reg, alt, lldb_kind) \ argument
|
| H A D | RegisterContextWindows_i386.cpp | 39 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
| H A D | RegisterInfos_i386.h | 61 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
| H A D | RegisterInfos_x86_64.h | 64 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
| H A D | RegisterContextWindows_x86_64.cpp | 47 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
| H A D | RegisterInfos_ppc64.h | 25 #define DEFINE_GPR_PPC64(reg, alt, lldb_kind) \ argument 36 #define DEFINE_FPR_PPC64(reg, alt, lldb_kind) \ argument
|
| H A D | RegisterContextDarwin_i386.cpp | 144 #define DEFINE_GPR(reg, alt) \ argument
|
| H A D | RegisterInfos_ppc64le.h | 25 #define DEFINE_GPR(reg, alt, lldb_kind) \ argument 36 #define DEFINE_FPR(reg, alt, lldb_kind) \ argument
|
| H A D | RegisterContextDarwin_x86_64.cpp | 162 #define DEFINE_GPR(reg, alt) \ argument
|
| H A D | RegisterInfos_arm64.h | 495 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Optional.h | 318 template <typename U> constexpr T value_or(U &&alt) const & { in value_or() 323 getValueOr(U &&alt) const & { in getValueOr() 339 template <typename U> T value_or(U &&alt) && { in value_or() 343 [[deprecated("Use value_or instead.")]] T getValueOr(U &&alt) && { in getValueOr()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x86/ |
| H A D | RegisterContextWindows_x86.cpp | 28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase argument 29 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatBinary argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/ |
| H A D | RegisterContextWindows_x64.cpp | 27 #define DEFINE_GPR(reg, alt, generic) \ argument 35 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 8, 0, eEncodingUint, eFormatBinary argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.cpp | 1585 #define DEFINE_GPR_ALT(reg, alt, gen) \ argument 1591 #define DEFINE_GPR_ALT2(reg, alt) \ argument 1597 #define DEFINE_GPR_ALT3(reg, alt, gen) \ argument 1603 #define DEFINE_GPR_ALT4(reg, alt, gen) \ argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 114 #define DEFINE_REG(name, size, alt, generic) \ argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 1559 #define DEFINE_GPR_IDX(idx, reg, alt, gen) \ argument 1564 #define DEFINE_GPR_NAME(reg, alt, gen, inval) \ argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 113 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 197 const char *alt; // Alternate name member
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 1558 #define DEFINE_GPR_IDX(idx, reg, alt, gen) \ argument 1564 #define DEFINE_GPR_NAME(reg, alt, gen) \ argument
|