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

  /external/llvm/lib/Object/
MachOObjectFile.cpp 45 static void SwapValue(T &Value) {
54 SwapValue(H.Word0);
55 SwapValue(H.Word1);
60 SwapValue(L.Type);
61 SwapValue(L.Size);
66 SwapValue(S.StringIndex);
67 SwapValue(S.Flags);
72 SwapValue(S.Address);
73 SwapValue(S.Size);
74 SwapValue(S.Offset)
    [all...]
MachOUniversal.cpp 26 static void SwapValue(T &Value) {
35 SwapValue(H.Magic);
36 SwapValue(H.NumFatArch);
41 SwapValue(H.CPUType);
42 SwapValue(H.CPUSubtype);
43 SwapValue(H.Offset);
44 SwapValue(H.Size);
45 SwapValue(H.Align);

Completed in 2723 milliseconds