| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | CF.cpp | 84 if (valobj.IsPointerType()) in CFBagSummaryProvider() 147 if (valobj.IsPointerType()) in CFBitVectorSummaryProvider() 277 if (valobj.IsPointerType()) in CFBinaryHeapSummaryProvider()
|
| H A D | NSSet.cpp | 417 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 D | MICmnLLDBUtilSBValue.cpp | 139 } 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 D | MICmnLLDBUtilSBValue.h | 43 bool IsPointerType() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| H A D | ABIMacOSX_i386.cpp | 833 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 D | FormattersHelpers.cpp | 142 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 171 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 D | ABISysV_ppc.cpp | 409 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 D | SBType.h | 113 bool IsPointerType();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 113 bool SBType::IsPointerType() { in IsPointerType() function in SBType 116 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType()
|
| H A D | SBValue.cpp | 1120 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 D | ABISysV_s390x.cpp | 388 } 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 D | CompilerType.h | 134 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
|
| H A D | TypeSystem.h | 185 virtual bool IsPointerType(lldb::opaque_compiler_type_t type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ |
| H A D | ABISysV_x86_64.cpp | 1275 } 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 D | ABISysV_mips.cpp | 730 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 D | FunctionCaller.cpp | 200 arg_value->GetCompilerType().IsPointerType()) in WriteFunctionArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 630 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 D | ABISysV_ppc64.cpp | 292 } 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 D | ABIMacOSX_arm.cpp | 1685 } 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 D | LibCxx.cpp | 455 if (valobj.IsPointerType()) { in LibcxxContainerSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 64 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 379 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1119 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 D | ABISysV_arm.cpp | 1630 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1869 compiler_type.IsPointerType()) { in SetReturnValueObject()
|