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

/external/lldb/source/Core/
H A DValueObject.cpp1 //===-- ValueObject.cpp -----------------------------------------*- C++ -*-===//
12 #include "lldb/Core/ValueObject.h"
62 // ValueObject constructor
64 ValueObject::ValueObject (ValueObject &parent) : function in class:ValueObject
107 // ValueObject constructor
109 ValueObject::ValueObject (ExecutionContextScope *exe_scope, function in class:ValueObject
156 ValueObject
[all...]
/external/lldb/include/lldb/Core/
H A DValueObject.h1 //===-- ValueObject.h -------------------------------------------*- C++ -*-===//
36 /// ValueObject:
39 /// that is evaluated in some particular scope. The ValueObject also has the capibility of being the "child" of
41 /// If a ValueObject is a root variable object - having no parent - then it must be constructed with respect to some
43 /// The ValueObject will update itself if necessary before fetching its value, summary, object description, etc.
46 /// A brief note on life cycle management for ValueObjects. This is a little tricky because a ValueObject can contain
54 /// The ValueObject mostly handle this automatically, if a value object is made with a Parent ValueObject, then it adds
58 /// or pointers to them. So all the "Root level" ValueObject derived constructors should be private, and
61 /// However, if you are making an derived ValueObject tha
66 class ValueObject : public UserID class in namespace:lldb_private
[all...]

Completed in 514 milliseconds