Searched defs:DEFINE_GPR (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterInfos_mips64.h17 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ macro
69 #undef DEFINE_GPR macro
[all...]
H A DRegisterInfos_i386.h39 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ macro
197 #undef DEFINE_GPR macro
[all...]
H A DRegisterInfos_x86_64.h41 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ macro
256 #undef DEFINE_GPR macro
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp224 #define DEFINE_GPR(reg, alt) #reg, alt, sizeof(((RegisterContextDarwin_i386::GPR *)NULL)->reg), GPR_OFFSET(reg), eEncodingUint, eFormatHex macro
[all...]
H A DRegisterContextDarwin_x86_64.cpp246 #define DEFINE_GPR(reg, alt) #reg, alt, sizeof(((RegisterContextDarwin_x86_64::GPR *)NULL)->reg), GPR_OFFSET(reg), eEncodingUint, eFormatHex macro
[all...]

Completed in 154 milliseconds