/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value/ |
D | TestCppValueCast.py | 96 instanceA = tellerA.Cast(typeA.GetPointerType()) 125 instanceB = tellerB.Cast(typeB.GetPointerType())
|
/external/llvm-project/lldb/examples/summaries/cocoa/ |
D | NSURL.py | 38 ).FindFirstType('NSString').GetPointerType() 41 ).FindFirstType('NSURL').GetPointerType()
|
D | Selector.py | 13 lldb.eBasicTypeChar).GetPointerType()).GetSummary()
|
D | CFString.py | 152 lldb.eBasicTypeChar).GetPointerType() 176 lldb.eBasicTypeChar).GetPointerType()) 200 lldb.eBasicTypeChar).GetPointerType())
|
D | NSBundle.py | 39 ).FindFirstType('NSString').GetPointerType()
|
D | CFBitVector.py | 72 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Type.cpp | 519 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/ |
D | LibCxxMap.cpp | 307 {{"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()
|
D | LibCxx.cpp | 287 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()
|
D | BlockPointer.cpp | 133 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetThreadItemInfoHandler.cpp | 176 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction() 263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
|
D | AppleGetQueuesHandler.cpp | 185 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction() 265 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
|
D | AppleGetPendingItemsHandler.cpp | 169 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction() 262 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
|
D | AppleGetItemInfoHandler.cpp | 169 .GetPointerType(); in SetupGetItemInfoFunction() 259 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
/external/llvm-project/lldb/test/API/python_api/type/ |
D | TestTypeList.py | 104 task_pointer_type = task_type.GetPointerType()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 91 .GetPointerType(); in InferiorCallMmap()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 531 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()
|
D | AppleObjCRuntime.cpp | 132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription() 290 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
|
/external/llvm-project/lldb/source/API/ |
D | SBType.cpp | 165 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/Plugins/Language/ObjC/ |
D | NSException.cpp | 78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
D | NSError.cpp | 92 .GetPointerType()); in NSError_SummaryProvider()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 283 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType() 544 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBType.h | 134 lldb::SBType GetPointerType();
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 659 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 661 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction() 906 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|