Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDXContainer.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-13-stable/contrib/llvm-project/llvm/lib/MC/
HDDXContainerPSVInfo.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()
HDMCDXContainerWriter.cpp133 Header.swapBytes(); in writeObject()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDDXContainer.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-13-stable/contrib/llvm-project/llvm/lib/Object/
HDDXContainer.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-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDXContainerEmitter.cpp98 Header.swapBytes(); in writeHeader()
161 Header.swapBytes(); in writeParts()
193 Hash.swapBytes(); in writeParts()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXContainerGlobals.cpp101 HashData.swapBytes(); in computeShaderHash()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.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-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfData.inc403 void swapBytes(llvm::endianness Old, llvm::endianness New);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
HDInstrProfData.inc403 void swapBytes(llvm::endianness Old, llvm::endianness New);