Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dbycopy-3.m35 const char *method_types;
55 method_types = method->types;
58 qualifiers = objc_get_type_qualifiers (method_types);
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3923 uint32_t method_types; /* char * (32-bit pointer) */ member
4198 sys::swapByteOrder(method.method_types); in swapStruct()
4685 << format("0x%08" PRIx32, method.method_types); in print_method_list()
4687 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list()