Home
last modified time | relevance | path

Searched defs:swapBytes (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h55 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes() function
62 void swapBytes() { in swapBytes() function
75 void swapBytes() { in swapBytes() function
89 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes() function
105 void swapBytes() { in swapBytes() function
121 void swapBytes() { in swapBytes() function
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp884 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord