/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVTable.cpp | 102 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue() 115 (*type_system)->CreateGenericFunctionPrototype().GetPointerType()); in UpdateValue()
|
H A D | ValueObjectConstResultImpl.cpp | 187 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 616 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 D | CompilerType.cpp | 680 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 D | SBTypeDocstrings.i | 84 task_pointer_type = task_type.GetPointerType() 238 ) lldb::SBType::GetPointerType;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 94 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | BlockPointer.cpp | 121 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
|
H A D | Coroutines.cpp | 158 CompilerType coro_func_ptr_type = coro_func_type.GetPointerType(); in Update()
|
H A D | LibCxxUnorderedMap.cpp | 169 node_sp = m_next_element->Cast(m_node_type.GetPointerType()) in GetChildAtIndex()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 426 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 D | AppleObjCRuntime.cpp | 137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription() 298 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
|
H A D | AppleObjCTypeEncodingParser.cpp | 249 return ClangUtil::GetQualType(types.front().GetPointerType()); in BuildObjCObjectPointerType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 638 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 D | NSError.cpp | 93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
|
H A D | NSException.cpp | 77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
H A D | NSIndexPath.cpp | 112 m_uint_star_type.GetPointerType(), in Update()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 149 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 381 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 D | SBType.h | 175 lldb::SBType GetPointerType();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 54 .GetPointerType(); in GetCompilerTypeForFormat()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 181 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 D | PlatformNetBSD.cpp | 221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 333 CompilerType GetPointerType() const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 453 return complete_class.GetPointerType(); in GetRuntimeType()
|