Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DProfileInfoLoader.cpp26 static inline unsigned ByteSwap(unsigned Var, bool Really) { in ByteSwap() function
51 NumEntries = ByteSwap(NumEntries, ShouldByteSwap); in ReadProfilingBlock()
75 Data[i] = AddCounts(ByteSwap(TempSpace[i], true), Data[i]); in ReadProfilingBlock()
102 PacketType = ByteSwap(PacketType, ShouldByteSwap); in ProfileInfoLoader()
112 ArgLength = ByteSwap(ArgLength, ShouldByteSwap); in ProfileInfoLoader()