Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestCppValueCast.py94 instanceA = tellerA.Cast(typeA.GetPointerType())
123 instanceB = tellerB.Cast(typeB.GetPointerType())
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSURL.py38 ).FindFirstType('NSString').GetPointerType()
41 ).FindFirstType('NSURL').GetPointerType()
H A DSelector.py13 lldb.eBasicTypeChar).GetPointerType()).GetSummary()
H A DCFString.py152 lldb.eBasicTypeChar).GetPointerType()
176 lldb.eBasicTypeChar).GetPointerType())
200 lldb.eBasicTypeChar).GetPointerType())
H A DNSBundle.py39 ).FindFirstType('NSString').GetPointerType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp518 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveCompilerType()
572 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveCompilerType()
945 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl
949 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType()
950 m_dynamic_type.GetPointerType()); in GetPointerType()
952 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp304 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
305 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
306 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
H A DLibCxx.cpp306 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
308 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
310 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
472 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
H A DBlockPointer.cpp127 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp170 .GetPointerType(); in SetupGetItemInfoFunction()
260 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
H A DAppleGetQueuesHandler.cpp186 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction()
266 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp170 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction()
263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp177 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction()
264 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i380 ") GetPointerType;
382 GetPointerType();
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp350 CompilerType VoidPtrTy = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
689 CompilerType VoidPtrTy = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
690 CompilerType WCharPtrTy = ast->GetBasicType(eBasicTypeWChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp93 .GetPointerType(); in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp283 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
532 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSError.cpp92 .GetPointerType()); in NSError_SummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp635 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
637 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
887 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp427 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
739 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
877 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntime.cpp133 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
291 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp940 EXPECT_EQ(bool_.GetPointerType(), in TEST_F()
941 cv_bool.GetPointerType().GetFullyUnqualifiedType()); in TEST_F()
945 bool_.GetPointerType().GetArrayType(47), in TEST_F()
946 cv_bool.GetPointerType().GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h138 lldb::SBType GetPointerType();

123