Home
last modified time | relevance | path

Searched refs:variable_type (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Dcmdtemplate.py134 variable_type = variable.GetType()
135 total_size = total_size + variable_type.GetByteSize()
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp240 Type *variable_type = variable->GetType(); in GetCompilerType() local
241 if (variable_type) in GetCompilerType()
242 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariable.cpp690 Type *variable_type = var_sp->GetType(); in PrivateAutoComplete() local
691 if (variable_type) { in PrivateAutoComplete()
693 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()