Searched refs:FoundUnmoveable (Results 1 – 1 of 1) sorted by relevance
417 bool FoundUnmoveable = false; in markUnmoveableSymbols() local436 FoundUnmoveable |= !Itr->second->isMoveable(); in markUnmoveableSymbols()438 return FoundUnmoveable; in markUnmoveableSymbols()483 const bool FoundUnmoveable = markUnmoveableSymbols(BC, *Section); in runOnFunctions() local501 if (!opts::ReorderInplace || FoundUnmoveable) { in runOnFunctions()502 if (opts::ReorderInplace && FoundUnmoveable) in runOnFunctions()