Searched refs:objc_ivar (Results 1 – 1 of 1) sorted by relevance
4163 inline void swapStruct(struct objc_ivar_t &objc_ivar) { in swapStruct() argument4164 sys::swapByteOrder(objc_ivar.ivar_name); in swapStruct()4165 sys::swapByteOrder(objc_ivar.ivar_type); in swapStruct()4166 sys::swapByteOrder(objc_ivar.ivar_offset); in swapStruct()