Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOUniversal.cpp26 static void SwapStruct(T &Value);
29 void SwapStruct(MachO::fat_header &H) { in SwapStruct() function
35 void SwapStruct(MachO::fat_arch &H) { in SwapStruct() function
49 SwapStruct(Res); in getUniversalBinaryStruct()
DMachOObjectFile.cpp47 static void SwapStruct(T &Value);
50 void SwapStruct(MachO::any_relocation_info &H) { in SwapStruct() function
56 void SwapStruct(MachO::load_command &L) { in SwapStruct() function
62 void SwapStruct(nlist_base &S) { in SwapStruct() function
68 void SwapStruct(MachO::section &S) { in SwapStruct() function
81 void SwapStruct(MachO::section_64 &S) { in SwapStruct() function
95 void SwapStruct(MachO::nlist &S) { in SwapStruct() function
102 void SwapStruct(MachO::nlist_64 &S) { in SwapStruct() function
109 void SwapStruct(MachO::mach_header &H) { in SwapStruct() function
120 void SwapStruct(MachO::mach_header_64 &H) { in SwapStruct() function
[all …]