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 162 bool ShouldSwapBytes;
187 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 175 ShouldSwapBytes = Header->Magic != getRawMagic<IntPtrT>();
262 if (ShouldSwapBytes) {

Completed in 41 milliseconds