Searched refs:objc_method_description_t (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2774 // struct objc_method_description_t list[1];
2777 struct objc_method_description_t { struct
3046 inline void swapStruct(struct objc_method_description_t &md) {
3748 struct objc_method_description_t md;
3773 if ((i + 1) * sizeof(struct objc_method_description_t) > left) {
3780 memcpy(&md, list + i * sizeof(struct objc_method_description_t),
3781 sizeof(struct objc_method_description_t));

Completed in 65 milliseconds