Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h306 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 DCompilerType.h231 CompilerType GetPointerType() const;
H A DTypeSystem.h252 virtual CompilerType GetPointerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp470 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 DCompilerType.cpp435 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 DInferiorCallPOSIX.cpp86 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 DLibCxxMap.cpp306 {{"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 DLibCxx.cpp251 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 DBlockPointer.cpp126 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp527 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 DAppleObjCRuntime.cpp118 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
270 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
H A DAppleObjCTypeEncodingParser.cpp267 ClangASTContext::GetTypeForDecl(decls[0]).GetPointerType()); in BuildObjCObjectPointerType()
H A DAppleObjCRuntimeV2.cpp1308 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 DValueObjectConstResultImpl.cpp133 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
H A DValueObject.cpp322 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 DItaniumABILanguageRuntime.cpp291 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 DNSError.cpp93 .GetPointerType()); in NSError_SummaryProvider()
H A DNSException.cpp76 .GetPointerType(); in ExtractFields()
H A DNSIndexPath.cpp114 m_uint_star_type.GetPointerType(), in Update()
H A DNSString.cpp45 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h129 lldb::SBType GetPointerType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp138 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 DVectorType.cpp50 .GetPointerType(); in GetCompilerTypeForFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1018 = 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 DClangExpressionDeclMap.cpp1777 .GetPointerType() in AddOneGenericVariable()
1781 .GetPointerType() in AddOneGenericVariable()
2146 CompilerType void_ptr_clang_type = void_clang_type.GetPointerType(); in AddThisType()

12