Searched refs:xleft (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 4714 uint32_t offset, left, xleft; in print_method_list() local 4754 name = get_pointer_32(method.method_name, offset, xleft, S, info, true); in print_method_list() 4756 outs() << format(" %.*s", xleft, name); in print_method_list() 4765 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list() 4767 outs() << format(" %.*s", xleft, name); in print_method_list() 5005 uint32_t offset, left, xleft; in print_method_description_list() local 5048 name = get_pointer_32(md.name, offset, xleft, S, info, true); in print_method_description_list() 5050 outs() << format(" %.*s", xleft, name); in print_method_description_list() 5059 name = get_pointer_32(md.types, offset, xleft, S, info, true); in print_method_description_list() 5061 outs() << format(" %.*s", xleft, name); in print_method_description_list() [all …]
|