Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
DTestCppValueCast.py96 instanceA = tellerA.Cast(typeA.GetPointerType())
125 instanceB = tellerB.Cast(typeB.GetPointerType())
/external/llvm-project/lldb/examples/summaries/cocoa/
DNSURL.py38 ).FindFirstType('NSString').GetPointerType()
41 ).FindFirstType('NSURL').GetPointerType()
DSelector.py13 lldb.eBasicTypeChar).GetPointerType()).GetSummary()
DCFString.py152 lldb.eBasicTypeChar).GetPointerType()
176 lldb.eBasicTypeChar).GetPointerType())
200 lldb.eBasicTypeChar).GetPointerType())
DNSBundle.py39 ).FindFirstType('NSString').GetPointerType()
DCFBitVector.py72 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
/external/llvm-project/lldb/source/Symbol/
DType.cpp519 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveCompilerType()
575 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveCompilerType()
947 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl
951 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType()
952 m_dynamic_type.GetPointerType()); in GetPointerType()
954 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp307 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
308 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
309 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
DLibCxx.cpp287 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
289 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
291 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
DBlockPointer.cpp133 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.cpp169 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction()
262 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
DAppleGetThreadItemInfoHandler.cpp176 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction()
263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp185 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction()
265 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
DAppleGetItemInfoHandler.cpp169 .GetPointerType(); in SetupGetItemInfoFunction()
259 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
/external/llvm-project/lldb/source/API/
DSBType.cpp165 SBType SBType::GetPointerType() { in GetPointerType() function in SBType
166 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointerType); in GetPointerType()
172 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType())))); in GetPointerType()
926 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointerType, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Core/
DValueObjectConstResultImpl.cpp131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp531 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
836 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
942 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
DAppleObjCRuntime.cpp132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
290 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py104 task_pointer_type = task_type.GetPointerType()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp91 .GetPointerType(); in InferiorCallMmap()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp283 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
544 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSError.cpp92 .GetPointerType()); in NSError_SummaryProvider()
DNSException.cpp78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h134 lldb::SBType GetPointerType();
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp659 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
661 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
906 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()

123