Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h407 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
453 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
H A DCompilerType.h136 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h388 virtual bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function
389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp137 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
H A DValueObject.cpp1900 if (IsPointerOrReferenceType()) { in GetExpressionPath()
2634 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()
2952 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp151 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
H A DABISysV_arm64.cpp153 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1374 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()
1408 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h627 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3285 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
H A DABISysV_arm.cpp1460 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()