Searched refs:xleft (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 4710 uint32_t offset, left, xleft; in print_method_list() local 4750 name = get_pointer_32(method.method_name, offset, xleft, S, info, true); in print_method_list() 4752 outs() << format(" %.*s", xleft, name); in print_method_list() 4761 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list() 4763 outs() << format(" %.*s", xleft, name); in print_method_list() 5001 uint32_t offset, left, xleft; in print_method_description_list() local 5044 name = get_pointer_32(md.name, offset, xleft, S, info, true); in print_method_description_list() 5046 outs() << format(" %.*s", xleft, name); in print_method_description_list() 5055 name = get_pointer_32(md.types, offset, xleft, S, info, true); in print_method_description_list() 5057 outs() << format(" %.*s", xleft, name); in print_method_description_list() [all …]
|