/llvm-project/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_riscv64.h | 52 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument 61 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) argument 63 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ argument 74 #define DEFINE_VPR_ALT(reg, alt, generic_kind) \ 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_loongarch64.h | 47 DEFINE_GPR64_ALT(reg,alt,generic_kind) global() argument 56 DEFINE_FPR64_ALT(reg,alt,generic_kind) global() 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_with_base.h | 66 #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 | 498 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | CustomizableOptional.h | 89 template <typename U> constexpr T value_or(U &&alt) const & { in value_or() 97 template <typename U> T value_or(U &&alt) && { in value_or()
|
/llvm-project/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/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/lldb/tools/debugserver/source/MacOSX/x86_64/ |
H A D | DNBArchImplX86_64.cpp | 1585 DEFINE_GPR_ALT(reg,alt,gen) global() argument 1591 DEFINE_GPR_ALT2(reg,alt) global() argument 1597 DEFINE_GPR_ALT3(reg,alt,gen) global() argument 1603 DEFINE_GPR_ALT4(reg,alt,gen) global() argument
|
/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 115 #define DEFINE_REG(name, size, alt, generic) \ argument
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 114 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBDefs.h | 197 const char *alt; // Alternate name member
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.cpp | 1755 DEFINE_GPR_IDX(idx,reg,alt,gen) global() argument 1761 DEFINE_GPR_NAME(reg,alt,gen) global() argument
|