Lines Matching defs:ValueHandle
88 /// interpret the meaning of a ValueHandle of this type.
99 /// the integer itself if it fits into a ValueHandle, and a pointer to the
108 /// representation is the integer itself if it fits into a ValueHandle, and
170 typedef uptr ValueHandle;
174 const char *getObjCClassName(ValueHandle Pointer);
179 /// as an operand to a handler function) and a ValueHandle (which is passed at
185 ValueHandle Val;
190 const unsigned InlineBits = sizeof(ValueHandle) * 8;
198 const unsigned InlineBits = sizeof(ValueHandle) * 8;
204 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {}