Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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()
H A DCFBitVector.py71 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp528 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveCompilerType()
584 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveCompilerType()
960 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl
964 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType()
965 m_dynamic_type.GetPointerType()); in GetPointerType()
967 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp303 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
304 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
305 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
H A DLibCxx.cpp318 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
320 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
322 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
484 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
H A DBlockPointer.cpp129 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
H A DCoroutines.cpp156 CompilerType coro_func_ptr_type = coro_func_type.GetPointerType(); in Update()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp174 .GetPointerType(); in SetupGetItemInfoFunction()
264 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp170 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction()
263 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
H A DAppleGetQueuesHandler.cpp186 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction()
266 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp177 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction()
264 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i380 ") GetPointerType;
382 GetPointerType();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp353 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
694 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
696 scratch_ts_sp->GetBasicType(eBasicTypeWChar).GetPointerType(); in MakeLoadImageUtilityFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp95 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp138 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp283 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
534 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp78 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSError.cpp94 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp636 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
638 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
887 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp427 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
739 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
877 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntime.cpp133 opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
292 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h139 lldb::SBType GetPointerType();

123