Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test643 OBJC1_32BIT_EXE: method_types 0x0000259e v8@0:4
646 OBJC1_32BIT_EXE: method_types 0x000025a5 v12@0:4@8
688 OBJC1_32BIT_EXE: method_types 0x000025a5 v12@0:4@8
691 OBJC1_32BIT_EXE: method_types 0x000025a5 v12@0:4@8
881 OBJC1_32BIT_OBJ: method_types 0x0000b29e v8@0:4
884 OBJC1_32BIT_OBJ: method_types 0x0000b2a5 v12@0:4@8
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2750 uint32_t method_types; /* char * (32-bit pointer) */ member
3025 sys::swapByteOrder(method.method_types); in swapStruct()
3503 << format("0x%08" PRIx32, method.method_types); in print_method_list()
3505 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list()