Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h125 bool IsPointerToScalarType() const;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp236 bool CompilerType::IsPointerToScalarType() const { in IsPointerToScalarType() function in CompilerType
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp773 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()
971 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath()