Home
last modified time | relevance | path

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

/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
128 void swapBytes() { in swapBytes() function
161 void swapBytes() { in swapBytes() function
172 void swapBytes() { in swapBytes() function
186 void swapBytes() { swapBytes() function
199 void swapBytes() { swapBytes() function
211 void swapBytes() { swapBytes() function
223 void swapBytes() { swapBytes() function
235 void swapBytes() { sys::swapByteOrder(PayloadSizeInBytes); } swapBytes() function
247 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
308 void swapBytes() { swapBytes() function
314 void swapBytes(Triple::EnvironmentType Stage) { StageInfo.swapBytes(Stage); } swapBytes() function
323 void swapBytes() { swapBytes() function
350 void swapBytes() { swapBytes() function
389 void swapBytes() { swapBytes() function
393 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
408 void swapBytes() { swapBytes() function
414 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
423 void swapBytes() { swapBytes() function
436 void swapBytes() { swapBytes() function
441 void swapBytes(Triple::EnvironmentType Stage) { swapBytes() function
474 void swapBytes() { swapBytes() function
501 void swapBytes() { swapBytes() function
[all...]
/llvm-project/clang/unittests/Lex/
H A DHeaderMapTestUtils.h35 void swapBytes() { in swapBytes() function
/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
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1155 void ValueProfRecord::swapBytes(llvm::endianness Old, llvm::endianness New) { swapBytes() function in llvm::ValueProfRecord