Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes() function
70 void swapBytes() { in swapBytes() function
83 void swapBytes() { in swapBytes() function
97 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes() function
113 void swapBytes() { in swapBytes() function
129 void swapBytes() { swapBytes() function
157 void swapBytes() { swapBytes() function
168 void swapBytes() { swapBytes() function
182 void swapBytes() { swapBytes() function
195 void swapBytes() { swapBytes() function
207 void swapBytes() { swapBytes() function
219 void swapBytes() { swapBytes() function
231 void swapBytes() { sys::swapByteOrder(PayloadSizeInBytes); } swapBytes() function
243 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
304 void swapBytes() { swapBytes() function
310 void swapBytes(Triple::EnvironmentType Stage) { StageInfo.swapBytes(Stage); } swapBytes() function
319 void swapBytes() { swapBytes() function
346 void swapBytes() { swapBytes() function
385 void swapBytes() { swapBytes() function
389 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
404 void swapBytes() { swapBytes() function
410 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
419 void swapBytes() { swapBytes() function
454 void swapBytes() { swapBytes() function
481 void swapBytes() { swapBytes() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h32 std::enable_if_t<std::is_arithmetic<T>::value, void> swapBytes(T &value) { in swapBytes() function
37 std::enable_if_t<std::is_class<T>::value, void> swapBytes(T &value) { in swapBytes() function
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1032 void ValueProfRecord::swapBytes(llvm::endianness Old, llvm::endianness New) { swapBytes() function in llvm::ValueProfRecord