| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 517 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveCompilerType() 573 m_compiler_type = void_compiler_type.GetPointerType(); in ResolveCompilerType() 946 TypeImpl TypeImpl::GetPointerType() const { in GetPointerType() function in TypeImpl 950 return TypeImpl(m_static_type.GetPointerType(), in GetPointerType() 951 m_dynamic_type.GetPointerType()); in GetPointerType() 953 return TypeImpl(m_static_type.GetPointerType()); in GetPointerType()
|
| H A D | CompilerType.cpp | 407 CompilerType CompilerType::GetPointerType() const { in GetPointerType() function in CompilerType 409 return m_type_system->GetPointerType(m_type); in GetPointerType()
|
| /freebsd-13.1/contrib/llvm-project/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 | 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()
|
| H A D | BlockPointer.cpp | 127 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 368 ") GetPointerType; 370 GetPointerType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResultImpl.cpp | 131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A 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() 944 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointerType, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 527 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines() 832 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction() 938 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntime.cpp | 132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription() 290 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
|
| H A D | AppleObjCTypeEncodingParser.cpp | 244 return ClangUtil::GetQualType(types.front().GetPointerType()); in BuildObjCObjectPointerType()
|
| H A D | AppleObjCRuntimeV2.cpp | 1554 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1684 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl() 1687 .GetPointerType(); in GetClassInfoUtilityFunctionImpl() 3020 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 91 .GetPointerType(); in InferiorCallMmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 283 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType() 544 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 92 .GetPointerType()); in NSError_SummaryProvider()
|
| H A D | NSException.cpp | 78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
| H A D | NSIndexPath.cpp | 110 m_uint_star_type.GetPointerType(), in Update()
|
| H A D | NSString.cpp | 43 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 136 lldb::SBType GetPointerType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 667 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction() 669 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction() 914 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 50 .GetPointerType(); in GetCompilerTypeForFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 217 CompilerType GetPointerType() const;
|
| H A D | Type.h | 276 TypeImpl GetPointerType() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 413 return complete_class.GetPointerType(); in GetRuntimeType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1647 .GetPointerType() in AddOneGenericVariable() 1650 .GetPointerType() in AddOneGenericVariable() 1910 CompilerType void_ptr_clang_type = void_clang_type.GetPointerType(); in AddContextClassType()
|