| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 306 CompilerType GetPointerType() const { in GetPointerType() function 308 return type_sp->GetForwardCompilerType().GetPointerType(); in GetPointerType() 309 return compiler_type.GetPointerType(); in GetPointerType() 412 TypeImpl GetPointerType() const;
|
| H A D | CompilerType.h | 231 CompilerType GetPointerType() const;
|
| H A D | TypeSystem.h | 252 virtual CompilerType GetPointerType(lldb::opaque_compiler_type_t type) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Type.cpp | 470 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveClangType() 516 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveClangType() 910 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl 914 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType() 915 m_dynamic_type.GetPointerType()); in GetPointerType() 917 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
|
| H A D | CompilerType.cpp | 435 CompilerType CompilerType::GetPointerType() const { in GetPointerType() function in CompilerType 437 return m_type_system->GetPointerType(m_type); in GetPointerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 86 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap() 207 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in InferiorCall()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxMap.cpp | 306 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 307 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 308 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 251 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 253 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 255 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
|
| H A D | BlockPointer.cpp | 126 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 527 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 806 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 902 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntime.cpp | 118 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription() 270 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
|
| H A D | AppleObjCTypeEncodingParser.cpp | 267 ClangASTContext::GetTypeForDecl(decls[0]).GetPointerType()); in BuildObjCObjectPointerType()
|
| H A D | AppleObjCRuntimeV2.cpp | 1308 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in UpdateISAToDescriptorMapDynamic() 1563 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in UpdateISAToDescriptorMapSharedCache() 2617 .GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectConstResultImpl.cpp | 133 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
| H A D | ValueObject.cpp | 322 m_override_type = complete_class.GetPointerType(); in MaybeCalculateCompleteType() 2899 compiler_type.GetPointerType(), ConstString(name.c_str()), addr, in AddressOf() 3145 CompilerType pointer_type(type.GetPointerType()); in CreateValueObjectFromAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 291 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType() 563 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 93 .GetPointerType()); in NSError_SummaryProvider()
|
| H A D | NSException.cpp | 76 .GetPointerType(); in ExtractFields()
|
| H A D | NSIndexPath.cpp | 114 m_uint_star_type.GetPointerType(), in Update()
|
| H A D | NSString.cpp | 45 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBType.h | 129 lldb::SBType GetPointerType();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 138 SBType SBType::GetPointerType() { in GetPointerType() function in SBType 142 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))); in GetPointerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 50 .GetPointerType(); in GetCompilerTypeForFormat()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 1018 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 1020 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction() 1253 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1777 .GetPointerType() in AddOneGenericVariable() 1781 .GetPointerType() in AddOneGenericVariable() 2146 CompilerType void_ptr_clang_type = void_clang_type.GetPointerType(); in AddThisType()
|