Home
last modified time | relevance | path

Searched refs:LLVM_PACKED (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DCompiler.h340 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop)) macro
344 # define LLVM_PACKED(d) d __attribute__((packed)) macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h348 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop)) macro
352 # define LLVM_PACKED(d) d __attribute__((packed)) macro