| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_i386.h | 17 #define GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR, regname)) 21 (LLVM_EXTENSION offsetof(UserArea, i387) + \ 22 LLVM_EXTENSION offsetof(FPR_i386, regname)) 27 (LLVM_EXTENSION offsetof(UserArea, i387) + \ 28 LLVM_EXTENSION offsetof(FPR, fxsave) + \ 29 LLVM_EXTENSION offsetof(FXSAVE, xmm[7]) + sizeof(XMMReg) + \ 33 (LLVM_EXTENSION offsetof(UserArea, i387) + \ 34 LLVM_EXTENSION offsetof(FPR, xsave) + \ 35 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index])) 38 (LLVM_EXTENSION offsetof(UserArea, i387) + \ [all …]
|
| H A D | RegisterInfos_x86_64.h | 13 #define GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR, regname)) 17 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 18 LLVM_EXTENSION offsetof(FPR, fxsave) + \ 19 LLVM_EXTENSION offsetof(FXSAVE, regname)) 24 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 25 LLVM_EXTENSION offsetof(FPR, xsave) + \ 26 LLVM_EXTENSION offsetof(XSAVE, ymmh[0]) + (32 * reg_index)) 32 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 33 LLVM_EXTENSION offsetof(FPR, xsave) + \ 34 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index]) + GDB_REMOTE_OFFSET) [all …]
|
| H A D | RegisterInfos_x86_64_with_base.h | 15 #define GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR, regname)) 19 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 20 LLVM_EXTENSION offsetof(FPR, fxsave) + \ 21 LLVM_EXTENSION offsetof(FXSAVE, regname)) 26 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 27 LLVM_EXTENSION offsetof(FPR, xsave) + \ 28 LLVM_EXTENSION offsetof(XSAVE, ymmh[0]) + (32 * reg_index)) 34 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 35 LLVM_EXTENSION offsetof(FPR, xsave) + \ 36 LLVM_EXTENSION offseto [all...] |
| H A D | RegisterContextLinux_x86_64.cpp | 75 (LLVM_EXTENSION offsetof(UserArea, dbg) + \ 76 LLVM_EXTENSION offsetof(DBG, dr[reg_index])) 160 (LLVM_EXTENSION offsetof(GPR, orig_rax)), in RegisterContextLinux_x86_64()
|
| H A D | RegisterContextFreeBSD_i386.cpp | 56 (LLVM_EXTENSION offsetof(UserArea, dbg) + \ 57 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
|
| H A D | RegisterInfos_mips.h | 19 (LLVM_EXTENSION offsetof(UserArea, gpr) + \ 20 LLVM_EXTENSION offsetof(GPR_linux_mips, regname)) 24 (LLVM_EXTENSION offsetof(UserArea, fpr) + \ 25 LLVM_EXTENSION offsetof(FPR_linux_mips, regname)) 29 (LLVM_EXTENSION offsetof(UserArea, msa) + \ 30 LLVM_EXTENSION offsetof(MSA_linux_mips, regname))
|
| H A D | RegisterContextFreeBSD_x86_64.cpp | 63 (LLVM_EXTENSION offsetof(UserArea, dbg) + \ 64 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
|
| H A D | RegisterContextNetBSD_x86_64.cpp | 77 (LLVM_EXTENSION offsetof(UserArea, dbg) + \ 78 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
|
| H A D | RegisterInfoPOSIX_arm.cpp | 25 (LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm::FPU, fpscr) + \ 31 ((LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm::DBG, reg) + \
|
| H A D | RegisterContextWindows_x86_64.cpp | 46 #define GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR, regname)) 75 (sizeof(GPR) + LLVM_EXTENSION offsetof(FPReg, regname))
|
| H A D | RegisterContextOpenBSD_i386.cpp | 51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
|
| H A D | RegisterInfoPOSIX_arm64.cpp | 21 (LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm64::GPR, reg)) 25 (LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm64::FPU, reg) + \ 47 (LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm64::EXC, reg) + \ 51 (LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm64::DBG, reg) + \
|
| H A D | RegisterContextOpenBSD_x86_64.cpp | 59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
|
| H A D | RegisterContextNetBSD_i386.cpp | 69 (LLVM_EXTENSION offsetof(UserArea, u_debugreg[reg_index]))
|
| H A D | RegisterInfos_mips64.h | 17 #define GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR_freebsd_mips, regname)) 22 LLVM_EXTENSION offsetof(FPR_freebsd_mips, regname))
|
| H A D | RegisterContextDarwin_arm64.cpp | 39 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::GPR, reg)) 43 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::FPU, reg)) 46 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::EXC, reg) + \ 50 (LLVM_EXTENSION offsetof(RegisterContextDarwin_arm64::DBG, reg) + \
|
| H A D | RegisterContextLinux_i386.cpp | 96 (LLVM_EXTENSION offsetof(GPR, orig_eax)), in RegisterContextLinux_i386()
|
| H A D | RegisterContextWindows_i386.cpp | 37 #define GPR_OFFSET(regname) (LLVM_EXTENSION offsetof(GPR, regname))
|
| H A D | RegisterContextDarwin_x86_64.cpp | 149 (LLVM_EXTENSION offsetof(RegisterContextDarwin_x86_64::GPR, reg)) 151 (LLVM_EXTENSION offsetof(RegisterContextDarwin_x86_64::FPU, reg) + \ 154 (LLVM_EXTENSION offsetof(RegisterContextDarwin_x86_64::EXC, reg) + \
|
| H A D | RegisterContextDarwin_riscv32.cpp | 109 (LLVM_EXTENSION offsetof(RegisterContextDarwin_riscv32::GPR, reg)) 111 (LLVM_EXTENSION offsetof(RegisterContextDarwin_riscv32::FPU, reg) + \ 114 (LLVM_EXTENSION offsetof(RegisterContextDarwin_riscv32::EXC, reg) + \
|
| H A D | RegisterContextDarwin_arm.cpp | 169 ((LLVM_EXTENSION offsetof(RegisterContextDarwin_arm::DBG, reg) + \
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 255 LLVM_EXTENSION reinterpret_cast<LLVMFatalErrorHandler>(user_data); in bindingsErrorHandler() 261 LLVM_EXTENSION reinterpret_cast<void *>(Handler)); in LLVMInstallFatalErrorHandler()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 447 #define LLVM_EXTENSION __extension__ macro 449 #define LLVM_EXTENSION macro
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 110 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler() 116 return LLVM_EXTENSION reinterpret_cast<LLVMDiagnosticHandler>( in LLVMContextGetDiagnosticHandler() 127 LLVM_EXTENSION reinterpret_cast<LLVMContext::YieldCallbackTy>(Callback); in LLVMContextSetYieldCallback()
|