Lines Matching refs:ValueObjectVariable
52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create()
55 return (new ValueObjectVariable(exe_scope, *manager_sp, var_sp))->GetSP(); in Create()
58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable() function in ValueObjectVariable
67 ValueObjectVariable::~ValueObjectVariable() = default;
69 CompilerType ValueObjectVariable::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
76 ConstString ValueObjectVariable::GetTypeName() { in GetTypeName()
83 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName()
90 ConstString ValueObjectVariable::GetQualifiedTypeName() { in GetQualifiedTypeName()
97 size_t ValueObjectVariable::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
109 std::optional<uint64_t> ValueObjectVariable::GetByteSize() { in GetByteSize()
120 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType()
126 bool ValueObjectVariable::UpdateValue() { in UpdateValue()
253 void ValueObjectVariable::DoUpdateChildrenAddressType(ValueObject &valobj) { in DoUpdateChildrenAddressType()
308 bool ValueObjectVariable::IsInScope() { in IsInScope()
326 lldb::ModuleSP ValueObjectVariable::GetModule() { in GetModule()
336 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope()
342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration()
350 const char *ValueObjectVariable::GetLocationAsCString() { in GetLocationAsCString()
357 bool ValueObjectVariable::SetValueFromCString(const char *value_str, in SetValueFromCString()
387 bool ValueObjectVariable::SetData(DataExtractor &data, Status &error) { in SetData()