reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/InstrProfReader.h
  238     return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int;
  243     if (!ShouldSwapBytes)
lib/ProfileData/InstrProfReader.cpp
  312   ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>();
  430   if (ShouldSwapBytes) {