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

/external/llvm/lib/Analysis/
H A DProfileInfoLoader.cpp24 // ByteSwap - Byteswap 'Var' if 'Really' is true.
26 static inline unsigned ByteSwap(unsigned Var, bool Really) { argument
27 if (!Really) return Var;

Completed in 26 milliseconds