Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h130 bool IsPointerToScalarType() const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp242 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp786 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()
984 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()