HomeSort by: relevance | last modified time | path
    Searched defs:Endianness (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPack.h 23 /// The endianness of all multi-byte encoded values in MessagePack.
24 constexpr support::endianness Endianness = support::big;
MsgPack.h 23 /// The endianness of all multi-byte encoded values in MessagePack.
24 constexpr support::endianness Endianness = support::big;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 31 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness,
67 support::endianness Endianness;
RuntimeDyldCheckerImpl.h 31 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness,
67 support::endianness Endianness;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 33 Endian Endianness = Endian::NOT_DETECTED;
PPCTargetMachine.h 33 Endian Endianness = Endian::NOT_DETECTED;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 261 support::endianness getDataEndianness() const {
262 support::endianness HostEndian = getHostEndianness();
322 // Endianness of the input value profile data.
325 support::endianness ValueProfDataEndianness = support::little;
362 void setValueProfDataEndianness(support::endianness Endianness) {
363 ValueProfDataEndianness = Endianness;
379 virtual void setValueProfDataEndianness(support::endianness Endianness) = 0;
418 void setValueProfDataEndianness(support::endianness Endianness) override
    [all...]
InstrProfReader.h 261 support::endianness getDataEndianness() const {
262 support::endianness HostEndian = getHostEndianness();
322 // Endianness of the input value profile data.
325 support::endianness ValueProfDataEndianness = support::little;
362 void setValueProfDataEndianness(support::endianness Endianness) {
363 ValueProfDataEndianness = Endianness;
379 virtual void setValueProfDataEndianness(support::endianness Endianness) = 0;
418 void setValueProfDataEndianness(support::endianness Endianness) override
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 823 // For writing/serializing, Old is the host endianness, and New is
825 // is the on-disk source endianness, and New is the host endianness.
826 void ValueProfRecord::swapBytes(support::endianness Old,
827 support::endianness New) {
864 static T swapToHostOrder(const unsigned char *&D, support::endianness Orig) {
899 support::endianness Endianness) {
906 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness);
913 VPD->swapBytesToHost(Endianness);
    [all...]
InstrProf.cpp 823 // For writing/serializing, Old is the host endianness, and New is
825 // is the on-disk source endianness, and New is the host endianness.
826 void ValueProfRecord::swapBytes(support::endianness Old,
827 support::endianness New) {
864 static T swapToHostOrder(const unsigned char *&D, support::endianness Orig) {
899 support::endianness Endianness) {
906 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness);
913 VPD->swapBytesToHost(Endianness);
    [all...]

Completed in 50 milliseconds