Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h163 bool ShouldSwapBytes; variable
187 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int; in swap()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp192 ShouldSwapBytes = Header->Magic != getRawMagic<IntPtrT>(); in readHeader()
282 if (ShouldSwapBytes) { in readNextRecord()