Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCompiler.h390 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop)) macro
394 # define LLVM_PACKED(d) d __attribute__((packed)) macro