HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_EXTENSION (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 239 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
242 #define LLVM_EXTENSION __extension__
244 #define LLVM_EXTENSION
  /external/llvm/lib/Support/
ErrorHandling.cpp 127 LLVM_EXTENSION reinterpret_cast<LLVMFatalErrorHandler>(user_data);
133 LLVM_EXTENSION reinterpret_cast<void *>(Handler));
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContextLinux_x86_64.cpp 33 (LLVM_EXTENSION offsetof(UserArea, u_debugreg[reg_index]))
RegisterContext_i386.cpp 179 { #reg#i, NULL, FP_SIZE, LLVM_EXTENSION FPR_OFFSET(reg[i]), \
185 { #reg#i, NULL, XMM_SIZE, LLVM_EXTENSION FPR_OFFSET(reg[i]), \
RegisterContext_x86_64.cpp 333 { #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]), \
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_i386.cpp 26 #ifndef LLVM_EXTENSION
27 #define LLVM_EXTENSION
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))
RegisterContextDarwin_x86_64.cpp 27 #ifndef LLVM_EXTENSION
28 #define LLVM_EXTENSION
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))
    [all...]
RegisterContextDarwin_arm.cpp 32 #ifndef LLVM_EXTENSION
33 #define LLVM_EXTENSION
196 #define DBG_OFFSET(reg) ((LLVM_EXTENSION offsetof (RegisterContextDarwin_arm::DBG, reg) + sizeof (RegisterContextDarwin_arm::GPR) + sizeof (RegisterContextDarwin_arm::FPU) + sizeof (RegisterContextDarwin_arm::EXC)))
    [all...]
  /external/llvm/lib/IR/
Core.cpp 88 LLVM_EXTENSION reinterpret_cast<LLVMContext::DiagnosticHandlerTy>(Handler),
95 LLVM_EXTENSION reinterpret_cast<LLVMContext::YieldCallbackTy>(Callback);
    [all...]

Completed in 215 milliseconds