HomeSort by relevance Sort by last modified time
    Searched refs:SwapValue (Results 1 - 5 of 5) 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);
  /external/chromium_org/tools/gn/
source_dir.h 81 void SwapValue(std::string* v);
source_dir.cc 143 void SourceDir::SwapValue(std::string* v) {
filesystem_utils.cc 593 toolchain.SwapValue(&ret);
609 toolchain.SwapValue(&ret);

Completed in 194 milliseconds