Lines Matching refs:ValueObjectVariable
51 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create()
54 return (new ValueObjectVariable(exe_scope, *manager_sp, var_sp))->GetSP(); in Create()
57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable() function in ValueObjectVariable
66 ValueObjectVariable::~ValueObjectVariable() = default;
68 CompilerType ValueObjectVariable::GetCompilerTypeImpl() { in GetCompilerTypeImpl()
75 ConstString ValueObjectVariable::GetTypeName() { in GetTypeName()
82 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName()
89 ConstString ValueObjectVariable::GetQualifiedTypeName() { in GetQualifiedTypeName()
96 size_t ValueObjectVariable::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()
108 llvm::Optional<uint64_t> ValueObjectVariable::GetByteSize() { in GetByteSize()
119 lldb::ValueType ValueObjectVariable::GetValueType() const { in GetValueType()
125 bool ValueObjectVariable::UpdateValue() { in UpdateValue()
252 void ValueObjectVariable::DoUpdateChildrenAddressType(ValueObject &valobj) { in DoUpdateChildrenAddressType()
307 bool ValueObjectVariable::IsInScope() { in IsInScope()
325 lldb::ModuleSP ValueObjectVariable::GetModule() { in GetModule()
335 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope()
341 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration()
349 const char *ValueObjectVariable::GetLocationAsCString() { in GetLocationAsCString()
356 bool ValueObjectVariable::SetValueFromCString(const char *value_str, in SetValueFromCString()
386 bool ValueObjectVariable::SetData(DataExtractor &data, Status &error) { in SetData()