Home
last modified time | relevance | path

Searched refs:ShouldSwapBytes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h88 bool ShouldSwapBytes;
162 return Ctx->ShouldSwapBytes ? llvm::byteswap(Value) : Value;
75 bool ShouldSwapBytes; global() member
H A DInstrProfReader.h319 bool ShouldSwapBytes; variable
417 return ShouldSwapBytes ? llvm::byteswap(Int) : Int; in swap()
421 if (!ShouldSwapBytes) in getDataEndianness()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp89 C->ShouldSwapBytes = Obj.isLittleEndian() != sys::IsLittleEndianHost; in get()
H A DInstrProfReader.cpp507 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()