Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.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 …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2838 inline void swapStruct(struct cfstring64_t &cfs) { in swapStruct() function
2845 inline void swapStruct(struct class64_t &c) { in swapStruct() function
2853 inline void swapStruct(struct class32_t &c) { in swapStruct() function
2861 inline void swapStruct(struct class_ro64_t &cro) { in swapStruct() function
2875 inline void swapStruct(struct class_ro32_t &cro) { in swapStruct() function
2888 inline void swapStruct(struct method_list64_t &ml) { in swapStruct() function
2893 inline void swapStruct(struct method_list32_t &ml) { in swapStruct() function
2898 inline void swapStruct(struct method64_t &m) { in swapStruct() function
2904 inline void swapStruct(struct method32_t &m) { in swapStruct() function
2910 inline void swapStruct(struct protocol_list64_t &pl) { in swapStruct() function
[all …]