Home
last modified time | relevance | path

Searched refs:IsPointerOrReferenceType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h416 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
462 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
H A DCompilerType.h136 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp166 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType
168 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h388 virtual bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function
389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp137 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
H A DValueObject.cpp1903 if (IsPointerOrReferenceType()) { in GetExpressionPath()
2637 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()
2955 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp152 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
H A DABISysV_arm64.cpp154 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1388 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()
1422 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1357 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
H A DABISysV_arm.cpp1356 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h619 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3309 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang