HomeSort by relevance Sort by last modified time
    Searched refs:ShouldSwapBytes (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 167 bool ShouldSwapBytes;
210 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int;
214 if (!ShouldSwapBytes)
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 271 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>();
384 if (ShouldSwapBytes) {

Completed in 201 milliseconds