Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3931 inline void swapStruct(struct cfstring64_t &cfs) { in swapStruct() function
3938 inline void swapStruct(struct class64_t &c) { in swapStruct() function
3946 inline void swapStruct(struct class32_t &c) { in swapStruct() function
3954 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct() function
3968 inline void swapStruct(struct class_ro32_t &cro) { in swapStruct() function
3981 inline void swapStruct(struct method_list64_t &ml) { in swapStruct() function
3986 inline void swapStruct(struct method_list32_t &ml) { in swapStruct() function
3991 inline void swapStruct(struct method64_t &m) { in swapStruct() function
3997 inline void swapStruct(struct method32_t &m) { in swapStruct() function
4003 inline void swapStruct(struct method_relative_t &m) { in swapStruct() function
[all …]