Searched defs:ShouldSwapBytes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h162 bool ShouldSwapBytes; member in class:llvm::RawInstrProfReader
187 return ShouldSwapBytes ? sys::getSwappedBytes(Int) : Int;

Completed in 1198 milliseconds