Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Object

41 /// This structure describes how to print out stack object references.
50 /// Return an ordinary stack object reference.
55 /// Return a fixed stack object reference.
70 /// Maps from stack object indices to operand indices which will be used when
325 "Invalid stack object index");
336 "Invalid stack object index");
338 assert(!StackObject.IsFixed && "Expected a locally mapped stack object");
342 // Print the stack object references in the frame information class after
355 "Invalid stack object index");
357 assert(!StackObject.IsFixed && "Expected a non-fixed stack object");
358 auto &Object = MF.StackObjects[StackObject.ID];
360 raw_string_ostream StrOS(Object.DebugVar.Value);
364 raw_string_ostream StrOS(Object.DebugExpr.Value);
368 raw_string_ostream StrOS(Object.DebugLoc.Value);