Home
last modified time | relevance | path

Searched refs:method_types (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dmacho-objc-meta-data.test645 OBJC1_32BIT_EXE: method_types 0x0000259e v8@0:4
648 OBJC1_32BIT_EXE: method_types 0x000025a5 v12@0:4@8
690 OBJC1_32BIT_EXE: method_types 0x000025a5 v12@0:4@8
693 OBJC1_32BIT_EXE: method_types 0x000025a5 v12@0:4@8
883 OBJC1_32BIT_OBJ: method_types 0x0000b29e v8@0:4
886 OBJC1_32BIT_OBJ: method_types 0x0000b2a5 v12@0:4@8
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp3689 uint32_t method_types; /* char * (32-bit pointer) */ member
3964 sys::swapByteOrder(method.method_types); in swapStruct()
4451 << format("0x%08" PRIx32, method.method_types); in print_method_list()
4453 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list()