Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp168 CompilerType coro_func_ptr_type = coro_func_type.GetPointerType(); in Update()
186 promise_type.GetPointerType(), /*do_deref=*/false); in Update()
189 "coro_frame", frame_ptr_addr, exe_ctx, coro_frame_type.GetPointerType(), in Update()
H A DGeneric.cpp24 return ptr.Cast(arg.GetPointerType()); in GetDesugaredSmartPointerValue()
H A DBlockPointer.cpp121 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
H A DLibCxxUnorderedMap.cpp167 node_sp = m_next_element->Cast(m_node_type.GetPointerType()) in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVTable.cpp101 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue()
114 (*type_system)->CreateGenericFunctionPrototype().GetPointerType()); in UpdateValue()
H A DValueObjectConstResultImpl.cpp186 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp631 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveCompilerType()
694 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveCompilerType()
1079 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl
1083 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType()
1084 m_dynamic_type.GetPointerType()); in GetPointerType()
1086 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
H A DCompilerType.cpp690 CompilerType CompilerType::GetPointerType() const { in GetPointerType() function in CompilerType
693 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.cpp90 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
/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.cpp259 return ClangUtil::GetQualType(types.front().GetPointerType()); in BuildObjCObjectPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSError.cpp93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
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/Platform/POSIX/
H A DPlatformPOSIX.cpp646 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
648 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
901 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp377 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
615 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/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/include/lldb/API/
H A DSBType.h175 lldb::SBType GetPointerType();
/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.h341 CompilerType GetPointerType() const;

12