Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp185 if (type.IsPointerOrReferenceType()) { in TypeHasVTable()
231 type.IsPointerOrReferenceType() in GetVTableInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h457 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
504 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
H A DCompilerType.h184 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h388 bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function
389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp148 if (type.IsValid() && type.IsPointerOrReferenceType()) { in CreateSynthFilter()
H A DValueObject.cpp2104 if (IsPointerOrReferenceType()) { in GetExpressionPath()
3499 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp215 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType
218 return type_system_sp->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp151 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
H A DABISysV_arm64.cpp222 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1528 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()
1563 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1456 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
H A DABISysV_arm.cpp1454 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h712 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3344 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang
6171 bool type_valid = IsPointerOrReferenceType(type, nullptr) || in GetDereferencedType()