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

  /external/llvm/unittests/Support/
SwapByteOrderTest.cpp 11 #include "llvm/Support/SwapByteOrder.h"
128 TEST(swapByteOrder, uint8_t) {
130 sys::swapByteOrder(value);
134 TEST(swapByteOrder, uint16_t) {
136 sys::swapByteOrder(value);
140 TEST(swapByteOrder, uint32_t) {
142 sys::swapByteOrder(value);
146 TEST(swapByteOrder, uint64_t) {
148 sys::swapByteOrder(value);
152 TEST(swapByteOrder, int8_t)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 51 sys::swapByteOrder(H.r_word0);
52 sys::swapByteOrder(H.r_word1);
57 sys::swapByteOrder(L.cmd);
58 sys::swapByteOrder(L.cmdsize);
63 sys::swapByteOrder(S.n_strx);
64 sys::swapByteOrder(S.n_desc);
69 sys::swapByteOrder(S.addr);
70 sys::swapByteOrder(S.size);
71 sys::swapByteOrder(S.offset);
72 sys::swapByteOrder(S.align)
    [all...]
MachOUniversal.cpp 30 sys::swapByteOrder(H.magic);
31 sys::swapByteOrder(H.nfat_arch);
36 sys::swapByteOrder(H.cputype);
37 sys::swapByteOrder(H.cpusubtype);
38 sys::swapByteOrder(H.offset);
39 sys::swapByteOrder(H.size);
40 sys::swapByteOrder(H.align);
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 1 //===- SwapByteOrder.h - Generic and optimized byte swaps -------*- C++ -*-===//
99 inline void swapByteOrder(T &Value) {
Endian.h 19 #include "llvm/Support/SwapByteOrder.h"
41 sys::swapByteOrder(value);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 30 #include "llvm/Support/SwapByteOrder.h"
258 sys::swapByteOrder(Value);
265 sys::swapByteOrder(Value);
274 sys::swapByteOrder(Value);
  /external/llvm/lib/Support/
DataExtractor.cpp 13 #include "llvm/Support/SwapByteOrder.h"
24 sys::swapByteOrder(val);
  /external/llvm/include/llvm/ADT/
Hashing.h 50 #include "llvm/Support/SwapByteOrder.h"
155 sys::swapByteOrder(result);
163 sys::swapByteOrder(result);
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 312 milliseconds