Home
last modified time | relevance | path

Searched refs:IsPointerType (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp84 if (valobj.IsPointerType()) in CFBagSummaryProvider()
147 if (valobj.IsPointerType()) in CFBitVectorSummaryProvider()
277 if (valobj.IsPointerType()) in CFBinaryHeapSummaryProvider()
H A DNSSet.cpp417 if (valobj_sp->IsPointerType()) { in Update()
577 if (valobj_sp->IsPointerType()) { in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp139 } else if (IsPointerType()) { in GetSimpleValue()
368 bool CMICmnLLDBUtilSBValue::IsPointerType() const { in IsPointerType() function in CMICmnLLDBUtilSBValue
369 return m_rValue.GetType().IsPointerType(); in IsPointerType()
H A DMICmnLLDBUtilSBValue.h43 bool IsPointerType() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp833 else if (compiler_type.IsPointerType()) in GetArgumentValues()
866 compiler_type.IsPointerType()) { in SetReturnValueObject()
994 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp142 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp171 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
173 return m_type_system->IsPointerType(m_type, pointee_type); in IsPointerType()
260 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp409 else if (compiler_type.IsPointerType()) in GetArgumentValues()
442 compiler_type.IsPointerType()) { in SetReturnValueObject()
727 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h113 bool IsPointerType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp113 bool SBType::IsPointerType() { in IsPointerType() function in SBType
116 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType()
H A DSBValue.cpp1120 bool SBValue::TypeIsPointerType() { return GetType().IsPointerType(); } in TypeIsPointerType()
1584 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp388 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
422 compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
H A DTypeSystem.h185 virtual bool IsPointerType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1275 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
1309 compiler_type.IsPointerType()) { in SetReturnValueObject()
1652 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp730 compiler_type.IsPointerType()) { in SetReturnValueObject()
859 } else if (return_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp200 arg_value->GetCompilerType().IsPointerType()) in WriteFunctionArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp630 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()
661 const bool actual_is_ptr = valobj_sp->IsPointerType(); in GetValueForVariableExpressionPath()
805 if (valobj_sp->IsPointerType()) { in GetValueForVariableExpressionPath()
811 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp292 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
326 compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1685 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
1726 compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp455 if (valobj.IsPointerType()) { in LibcxxContainerSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp64 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp379 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1119 compiler_type.IsPointerType()) { in GetObjectDescription()
1680 bool ValueObject::IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function in ValueObject
1744 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1630 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
1869 compiler_type.IsPointerType()) { in SetReturnValueObject()

12