Home
last modified time | relevance | path

Searched refs:GetPointerType (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp102 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue()
115 (*type_system)->CreateGenericFunctionPrototype().GetPointerType()); in UpdateValue()
H A DValueObjectConstResultImpl.cpp187 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp616 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveCompilerType()
679 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveCompilerType()
1058 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl
1062 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType()
1063 m_dynamic_type.GetPointerType()); in GetPointerType()
1065 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
H A DCompilerType.cpp680 CompilerType CompilerType::GetPointerType() const { in GetPointerType() function in CompilerType
683 return type_system_sp->GetPointerType(m_type); in GetPointerType()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i84 task_pointer_type = task_type.GetPointerType()
238 ) lldb::SBType::GetPointerType;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp94 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp121 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
H A DCoroutines.cpp158 CompilerType coro_func_ptr_type = coro_func_type.GetPointerType(); in Update()
H A DLibCxxUnorderedMap.cpp169 node_sp = m_next_element->Cast(m_node_type.GetPointerType()) in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp426 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
738 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
876 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntime.cpp137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
298 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
H A DAppleObjCTypeEncodingParser.cpp249 return ClangUtil::GetQualType(types.front().GetPointerType()); in BuildObjCObjectPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp638 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
640 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
889 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
H A DNSException.cpp77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSIndexPath.cpp112 m_uint_star_type.GetPointerType(), in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp149 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp381 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
619 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h175 lldb::SBType GetPointerType();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp54 .GetPointerType(); in GetCompilerTypeForFormat()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp181 SBType SBType::GetPointerType() { in GetPointerType() function in SBType
187 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h333 CompilerType GetPointerType() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp453 return complete_class.GetPointerType(); in GetRuntimeType()

12