Home
last modified time | relevance | path

Searched refs:swapBytes (Results 1 – 10 of 10) sorted by relevance

/freebsd/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
84 Version.swapBytes(); in swapBytes()
97 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes() function
113 void swapBytes() { in swapBytes() function
128 void swapBytes() { in swapBytes() function
131 Bitcode.swapBytes(); in swapBytes()
161 void swapBytes() { in swapBytes() function
172 void swapBytes() { in swapBytes() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp176 El.swapBytes(); in finalize()
184 BaseData.swapBytes(); in finalize()
185 BaseData.swapBytes(Stage); in finalize()
187 Res.swapBytes(); in finalize()
225 El.swapBytes(); in write()
230 Header.swapBytes(); in write()
H A DMCDXContainerWriter.cpp133 Header.swapBytes(); in writeObject()
/freebsd/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
38 value.swapBytes(); in swapBytes()
77 detail::swapBytes(Val);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp31 Struct.swapBytes(); in readStruct()
255 Info.swapBytes(ShaderStage); in parse()
262 Info.swapBytes(ShaderStage); in parse()
269 Info.swapBytes(ShaderStage); in parse()
276 Info.swapBytes(ShaderStage); in parse()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp98 Header.swapBytes(); in writeHeader()
161 Header.swapBytes(); in writeParts()
193 Hash.swapBytes(); in writeParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp101 HashData.swapBytes(); in computeShaderHash()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1159 void ValueProfRecord::swapBytes(llvm::endianness Old, llvm::endianness New) { in swapBytes() function in llvm::ValueProfRecord
1261 VR->swapBytes(Endianness, llvm::endianness::native); in swapBytesToHost()
1275 VR->swapBytes(llvm::endianness::native, Endianness); in swapBytesFromHost()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc403 void swapBytes(llvm::endianness Old, llvm::endianness New);
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc403 void swapBytes(llvm::endianness Old, llvm::endianness New);