Searched refs:broadcast_type (Results 1 – 1 of 1) sorted by relevance
/external/lldb/include/lldb/Host/ |
D | Predicate.h | 121 SetValue (T value, PredicateBroadcastType broadcast_type) in SetValue() argument 125 printf("%s (value = 0x%8.8x, broadcast_type = %i)\n", __FUNCTION__, value, broadcast_type); in SetValue() 130 Broadcast(old_value, broadcast_type); in SetValue() 149 SetValueBits (T bits, PredicateBroadcastType broadcast_type) in SetValueBits() argument 153 printf("%s (bits = 0x%8.8x, broadcast_type = %i)\n", __FUNCTION__, bits, broadcast_type); in SetValueBits() 158 Broadcast(old_value, broadcast_type); in SetValueBits() 177 ResetValueBits (T bits, PredicateBroadcastType broadcast_type) in ResetValueBits() argument 181 printf("%s (bits = 0x%8.8x, broadcast_type = %i)\n", __FUNCTION__, bits, broadcast_type); in ResetValueBits() 186 Broadcast(old_value, broadcast_type); in ResetValueBits() 492 Broadcast (T old_value, PredicateBroadcastType broadcast_type) in Broadcast() argument [all …]
|