Searched refs:LLVM_PACKED (Results 1 – 2 of 2) sorted by relevance
340 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop)) macro344 # define LLVM_PACKED(d) d __attribute__((packed)) macro
348 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop)) macro352 # define LLVM_PACKED(d) d __attribute__((packed)) macro