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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3639 struct objc_category_t { struct in namespace:__anon5681
3916 inline void swapStruct(struct objc_category_t &objc_category) {
5612 static void print_objc_objc_category_t(struct objc_category_t *objc_category,
6270 struct objc_category_t objc_category;
6410 if (left > sizeof(struct objc_category_t)) {
6412 memcpy(&objc_category, r, sizeof(struct objc_category_t));
6415 memset(&objc_category, '\0', sizeof(struct objc_category_t));
MachODump.cpp 3639 struct objc_category_t { struct in namespace:__anon5681
3916 inline void swapStruct(struct objc_category_t &objc_category) {
5612 static void print_objc_objc_category_t(struct objc_category_t *objc_category,
6270 struct objc_category_t objc_category;
6410 if (left > sizeof(struct objc_category_t)) {
6412 memcpy(&objc_category, r, sizeof(struct objc_category_t));
6415 memset(&objc_category, '\0', sizeof(struct objc_category_t));

Completed in 44 milliseconds