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

/external/llvm/include/llvm/Support/
H A DCompiler.h283 /// alignment must be a constant integer. Use LLVM_PTR_SIZE to compute
324 /// \macro LLVM_PTR_SIZE
329 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
331 # define LLVM_PTR_SIZE 8 macro
333 # define LLVM_PTR_SIZE 4 macro
335 # error "could not determine LLVM_PTR_SIZE as a constant int for MSVC"
337 # define LLVM_PTR_SIZE sizeof(void *) macro

Completed in 61 milliseconds