Searched refs:LLVM_EXTENSION (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompiler.h239 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
242 #define LLVM_EXTENSION __extension__ macro
244 #define LLVM_EXTENSION macro
/external/llvm/lib/Support/
H A DErrorHandling.cpp127 LLVM_EXTENSION reinterpret_cast<LLVMFatalErrorHandler>(user_data);
133 LLVM_EXTENSION reinterpret_cast<void *>(Handler));
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp33 (LLVM_EXTENSION offsetof(UserArea, u_debugreg[reg_index]))
H A DRegisterContext_i386.cpp179 { #reg#i, NULL, FP_SIZE, LLVM_EXTENSION FPR_OFFSET(reg[i]), \
185 { #reg#i, NULL, XMM_SIZE, LLVM_EXTENSION FPR_OFFSET(reg[i]), \
H A DRegisterContext_x86_64.cpp333 { #reg#i, NULL, FP_SIZE, LLVM_EXTENSION FPR_OFFSET(reg[i]), \
339 { #reg#i, NULL, XMM_SIZE, LLVM_EXTENSION FPR_OFFSET(reg[i]), \
345 { #reg#i, NULL, YMM_SIZE, LLVM_EXTENSION YMM_OFFSET(reg[i]), \
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp26 #ifndef LLVM_EXTENSION
27 #define LLVM_EXTENSION macro
216 #define GPR_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_i386::GPR, reg))
217 #define FPU_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_i386::FPU, reg) + sizeof (RegisterContextDarwin_i386::GPR))
218 #define EXC_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_i386::EXC, reg) + sizeof (RegisterContextDarwin_i386::GPR) + sizeof (RegisterContextDarwin_i386::FPU))
H A DRegisterContextDarwin_x86_64.cpp27 #ifndef LLVM_EXTENSION
28 #define LLVM_EXTENSION macro
238 #define GPR_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::GPR, reg))
239 #define FPU_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::FPU, reg) + sizeof (RegisterContextDarwin_x86_64::GPR))
240 #define EXC_OFFSET(reg) (LLVM_EXTENSION offsetof (RegisterContextDarwin_x86_64::EXC, reg) + sizeof (RegisterContextDarwin_x86_64::GPR) + sizeof (RegisterContextDarwin_x86_64::FPU))
H A DRegisterContextDarwin_arm.cpp32 #ifndef LLVM_EXTENSION
33 #define LLVM_EXTENSION macro
196 #define DBG_OFFSET(reg) ((LLVM_EXTENSION offsetof (RegisterContextDarwin_arm::DBG, reg) + sizeof (RegisterContextDarwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU) + sizeof (RegisterContextDarwin_arm::EXC)))
/external/llvm/lib/IR/
H A DCore.cpp88 LLVM_EXTENSION reinterpret_cast<LLVMContext::DiagnosticHandlerTy>(Handler),
95 LLVM_EXTENSION reinterpret_cast<LLVMContext::YieldCallbackTy>(Callback);

Completed in 1516 milliseconds