Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h167 bool ShouldSwapBytes; variable
210 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int; in swap()
214 if (!ShouldSwapBytes) in getDataEndianness()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp271 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()
384 if (ShouldSwapBytes) { in readRawCounts()