Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDMachOUniversal.cpp31 static void SwapStruct(T &Value);
34 void SwapStruct(MachO::fat_header &H) { in SwapStruct() function
40 void SwapStruct(MachO::fat_arch &H) { in SwapStruct() function
54 SwapStruct(Res); in getUniversalBinaryStruct()
HDMachOObjectFile.cpp50 static void SwapStruct(T &Value);
53 void SwapStruct(MachO::any_relocation_info &H) { in SwapStruct() function
59 void SwapStruct(MachO::load_command &L) { in SwapStruct() function
65 void SwapStruct(nlist_base &S) { in SwapStruct() function
71 void SwapStruct(MachO::section &S) { in SwapStruct() function
84 void SwapStruct(MachO::section_64 &S) { in SwapStruct() function
98 void SwapStruct(MachO::nlist &S) { in SwapStruct() function
105 void SwapStruct(MachO::nlist_64 &S) { in SwapStruct() function
112 void SwapStruct(MachO::mach_header &H) { in SwapStruct() function
123 void SwapStruct(MachO::mach_header_64 &H) { in SwapStruct() function
[all …]