Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp187 if (type.IsPointerOrReferenceType()) { in TypeHasVTable()
234 if (type.IsPointerOrReferenceType()) in GetVTableInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h448 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
495 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
H A DCompilerType.h183 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h388 bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function
389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp149 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
H A DValueObject.cpp2069 if (IsPointerOrReferenceType()) { in GetExpressionPath()
2802 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()
3529 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp249 if (valobj.IsPointerOrReferenceType()) { in LibStdcppStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp213 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType
216 return type_system_sp->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp153 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
H A DABISysV_arm64.cpp155 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1388 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()
1422 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
H A DABISysV_arm.cpp1461 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h715 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3301 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang