Home
last modified time | relevance | path

Searched defs:swapStruct (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1140 inline void swapStruct(fat_header &mh) { in swapStruct() function
1145 inline void swapStruct(fat_arch &mh) { in swapStruct() function
1153 inline void swapStruct(fat_arch_64 &mh) { in swapStruct() function
1162 inline void swapStruct(mach_header &mh) { in swapStruct() function
1172 inline void swapStruct(mach_header_64 &H) { in swapStruct() function
1183 inline void swapStruct(load_command &lc) { in swapStruct() function
1188 inline void swapStruct(symtab_command &lc) { in swapStruct() function
1197 inline void swapStruct(segment_command_64 &seg) { in swapStruct() function
1210 inline void swapStruct(segment_command &seg) { in swapStruct() function
1223 inline void swapStruct(section_64 &sect) { in swapStruct() function
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3977 inline void swapStruct(struct method_list64_t &ml) { in swapStruct() function
3993 inline void swapStruct(struct method32_t &m) { in swapStruct() function
3917 inline void swapStruct(struct cfstring64_t &cfs) { swapStruct() function
3924 inline void swapStruct(struct class64_t &c) { swapStruct() function
3932 inline void swapStruct(struct class32_t &c) { swapStruct() function
3940 inline void swapStruct(struct class_ro64_t &cro) { swapStruct() function
3954 inline void swapStruct(struct class_ro32_t &cro) { swapStruct() function
3967 inline void swapStruct(struct method_list64_t &ml) { swapStruct() function
3972 inline void swapStruct(struct method_list32_t &ml) { swapStruct() function
3983 inline void swapStruct(struct method32_t &m) { swapStruct() function
3989 inline void swapStruct(struct protocol_list64_t &pl) { swapStruct() function
3997 inline void swapStruct(struct protocol64_t &p) { swapStruct() function
4008 inline void swapStruct(struct protocol32_t &p) { swapStruct() function
4019 inline void swapStruct(struct ivar_list64_t &il) { swapStruct() function
4024 inline void swapStruct(struct ivar_list32_t &il) { swapStruct() function
4029 inline void swapStruct(struct ivar64_t &i) { swapStruct() function
4037 inline void swapStruct(struct ivar32_t &i) { swapStruct() function
4045 inline void swapStruct(struct objc_property_list64 &pl) { swapStruct() function
4050 inline void swapStruct(struct objc_property_list32 &pl) { swapStruct() function
4055 inline void swapStruct(struct objc_property64 &op) { swapStruct() function
4060 inline void swapStruct(struct objc_property32 &op) { swapStruct() function
4065 inline void swapStruct(struct category64_t &c) { swapStruct() function
4074 inline void swapStruct(struct category32_t &c) { swapStruct() function
4083 inline void swapStruct(struct objc_image_info64 &o) { swapStruct() function
4088 inline void swapStruct(struct objc_image_info32 &o) { swapStruct() function
4093 inline void swapStruct(struct imageInfo_t &o) { swapStruct() function
4098 inline void swapStruct(struct message_ref64 &mr) { swapStruct() function
4103 inline void swapStruct(struct message_ref32 &mr) { swapStruct() function
4108 inline void swapStruct(struct objc_module_t &module) { swapStruct() function
4115 inline void swapStruct(struct objc_symtab_t &symtab) { swapStruct() function
4122 inline void swapStruct(struct objc_class_t &objc_class) { swapStruct() function
4135 inline void swapStruct(struct objc_category_t &objc_category) { swapStruct() function
4143 inline void swapStruct(struct objc_ivar_list_t &objc_ivar_list) { swapStruct() function
4147 inline void swapStruct(struct objc_ivar_t &objc_ivar) { swapStruct() function
4153 inline void swapStruct(struct objc_method_list_t &method_list) { swapStruct() function
4158 inline void swapStruct(struct objc_method_t &method) { swapStruct() function
4164 inline void swapStruct(struct objc_protocol_list_t &protocol_list) { swapStruct() function
4169 inline void swapStruct(struct objc_protocol_t &protocol) { swapStruct() function
4177 inline void swapStruct(struct objc_method_description_list_t &mdl) { swapStruct() function
4181 inline void swapStruct(struct objc_method_description_t &md) { swapStruct() function
[all...]