Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp81 if (valobj.IsPointerType()) in CFBagSummaryProvider()
140 if (valobj.IsPointerType()) in CFBitVectorSummaryProvider()
268 if (valobj.IsPointerType()) in CFBinaryHeapSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i248 ") IsPointerType;
250 IsPointerType();
881 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp173 else if (compiler_type.IsPointerType()) in GetArgumentValues()
206 compiler_type.IsPointerType()) { in SetReturnValueObject()
334 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp285 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
319 compiler_type.IsPointerType()) { in SetReturnValueObject()
579 field_compiler_type.IsPointerType() || in FlattenAggregateType()
684 field_compiler_type.IsPointerType() || in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp278 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
312 compiler_type.IsPointerType()) { in SetReturnValueObject()
601 field_compiler_type.IsPointerType() || in FlattenAggregateType()
704 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp190 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp157 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
159 return m_type_system->IsPointerType(m_type, pointee_type); in IsPointerType()
246 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp132 bool SBType::IsPointerType() { in IsPointerType() function in SBType
133 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsPointerType); in IsPointerType()
137 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType()
940 LLDB_REGISTER_METHOD(bool, SBType, IsPointerType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp138 if (valobj.IsPointerType()) in GetArrayAddressOrPointerValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp405 else if (compiler_type.IsPointerType()) in GetArgumentValues()
438 compiler_type.IsPointerType()) { in SetReturnValueObject()
721 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp282 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
316 compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h118 bool IsPointerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp367 } else if (compiler_type.IsPointerType()) { in GetArgumentValues()
401 compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h134 bool IsPointerType(CompilerType *pointee_type = nullptr) const;
H A DTypeSystem.h184 virtual bool IsPointerType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp636 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath()
672 const bool actual_is_ptr = valobj_sp->IsPointerType(); in GetValueForVariableExpressionPath()
816 if (valobj_sp->IsPointerType()) { in GetValueForVariableExpressionPath()
822 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h382 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp723 compiler_type.IsPointerType()) { in SetReturnValueObject()
852 } else if (return_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp198 arg_value->GetCompilerType().IsPointerType()) in WriteFunctionArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1668 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
1709 compiler_type.IsPointerType()) { in SetReturnValueObject()
H A DABISysV_arm.cpp1615 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
1854 compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp74 if (!compiler_type.IsIntegerType(is_signed) && !compiler_type.IsPointerType()) in GetObjectDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp349 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp330 !compiler_type.IsPointerType()) { in SetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp537 if (valobj.IsPointerType()) { in LibcxxContainerSummaryProvider()

12