Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3696 struct method_relative_t { struct
4003 inline void swapStruct(struct method_relative_t &m) { in swapStruct()
4468 struct method_relative_t m; in print_relative_method_list()
4482 memset(&m, '\0', sizeof(struct method_relative_t)); in print_relative_method_list()
4483 if (left < sizeof(struct method_relative_t)) { in print_relative_method_list()
4487 memcpy(&m, r, sizeof(struct method_relative_t)); in print_relative_method_list()
4492 uint64_t relNameRefVA = p + offsetof(struct method_relative_t, name); in print_relative_method_list()
4523 uint64_t relTypesVA = p + offsetof(struct method_relative_t, types); in print_relative_method_list()
4532 uint64_t relImpVA = p + offsetof(struct method_relative_t, imp); in print_relative_method_list()
4540 p += sizeof(struct method_relative_t); in print_relative_method_list()
[all …]