Searched refs:ShouldSwapBytes (Results 1 – 4 of 4) sorted by relevance
88 bool ShouldSwapBytes;162 return Ctx->ShouldSwapBytes ? llvm::byteswap(Value) : Value;75 bool ShouldSwapBytes; global() member
319 bool ShouldSwapBytes; variable417 return ShouldSwapBytes ? llvm::byteswap(Int) : Int; in swap()421 if (!ShouldSwapBytes) in getDataEndianness()
89 C->ShouldSwapBytes = Obj.isLittleEndian() != sys::IsLittleEndianHost; in get()
507 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()