HomeSort by: relevance | last modified time | path
    Searched defs:objc_method_description_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3690 // struct objc_method_description_t list[1];
3693 struct objc_method_description_t { struct in namespace:__anon5681
3962 inline void swapStruct(struct objc_method_description_t &md) {
4673 struct objc_method_description_t md;
4698 if ((i + 1) * sizeof(struct objc_method_description_t) > left) {
4705 memcpy(&md, list + i * sizeof(struct objc_method_description_t),
4706 sizeof(struct objc_method_description_t));

Completed in 21 milliseconds