Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h1001 inline void swapStruct(mach_header &mh) { in swapStruct() function
1011 inline void swapStruct(mach_header_64 &H) { in swapStruct() function
1022 inline void swapStruct(load_command &lc) { in swapStruct() function
1027 inline void swapStruct(symtab_command &lc) { in swapStruct() function
1036 inline void swapStruct(segment_command_64 &seg) { in swapStruct() function
1049 inline void swapStruct(segment_command &seg) { in swapStruct() function
1062 inline void swapStruct(section_64 &sect) { in swapStruct() function
1074 inline void swapStruct(section &sect) { in swapStruct() function
1086 inline void swapStruct(dyld_info_command &info) { in swapStruct() function
1101 inline void swapStruct(dylib_command &d) { in swapStruct() function
[all …]
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp2786 inline void swapStruct(struct cfstring64_t &cfs) { in swapStruct() function
2793 inline void swapStruct(struct class64_t &c) { in swapStruct() function
2801 inline void swapStruct(struct class32_t &c) { in swapStruct() function
2809 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct() function
2823 inline void swapStruct(struct class_ro32_t &cro) { in swapStruct() function
2836 inline void swapStruct(struct method_list64_t &ml) { in swapStruct() function
2841 inline void swapStruct(struct method_list32_t &ml) { in swapStruct() function
2846 inline void swapStruct(struct method64_t &m) { in swapStruct() function
2852 inline void swapStruct(struct method32_t &m) { in swapStruct() function
2858 inline void swapStruct(struct protocol_list64_t &pl) { in swapStruct() function
[all …]