Searched refs:ShouldSwapBytes (Results 1 – 4 of 4) sorted by relevance
93 bool ShouldSwapBytes; member167 return Ctx->ShouldSwapBytes ? llvm::byteswap(Value) : Value;
345 bool ShouldSwapBytes; variable452 return ShouldSwapBytes ? llvm::byteswap(Int) : Int; in swap()456 if (!ShouldSwapBytes) in getDataEndianness()
89 C->ShouldSwapBytes = Obj.isLittleEndian() != sys::IsLittleEndianHost; in get()
519 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()