Reputation: 19897
Is there a way to get the compile-time byte alignment of a class instance in Xcode? In visual studio there is a flag (/d1reportSingleClassLayoutXXX where XXX is the class name) that will dump the class layout to the output window. Is there a similar flag/function in Xcode?
Like this except for using llvm.
Upvotes: 0
Views: 641