OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LLVM_EXTENSION
(Results
1 - 4
of
4
) 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/lldb/source/Plugins/Process/Utility/
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
...]
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
...]
Completed in 114 milliseconds