HomeSort by relevance Sort by last modified time
    Searched refs:SwapStruct (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Object/
MachOUniversal.cpp 26 static void SwapStruct(T &Value);
29 void SwapStruct(MachO::fat_header &H) {
35 void SwapStruct(MachO::fat_arch &H) {
49 SwapStruct(Res);
MachOObjectFile.cpp 47 static void SwapStruct(T &Value);
50 void SwapStruct(MachO::any_relocation_info &H) {
56 void SwapStruct(MachO::load_command &L) {
62 void SwapStruct(nlist_base &S) {
68 void SwapStruct(MachO::section &S) {
81 void SwapStruct(MachO::section_64 &S) {
95 void SwapStruct(MachO::nlist &S) {
102 void SwapStruct(MachO::nlist_64 &S) {
109 void SwapStruct(MachO::mach_header &H) {
120 void SwapStruct(MachO::mach_header_64 &H)
    [all...]

Completed in 136 milliseconds