Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp517 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 DCompilerType.cpp407 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 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.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()
H A DBlockPointer.cpp127 m_backend.Cast(m_block_struct_type.GetPointerType()); in GetChildAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i368 ") GetPointerType;
370 GetPointerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
944 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointerType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp527 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 DAppleObjCRuntime.cpp132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
290 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
H A DAppleObjCTypeEncodingParser.cpp244 return ClangUtil::GetQualType(types.front().GetPointerType()); in BuildObjCObjectPointerType()
H A DAppleObjCRuntimeV2.cpp1554 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 DInferiorCallPOSIX.cpp91 .GetPointerType(); in InferiorCallMmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp283 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 DNSError.cpp92 .GetPointerType()); in NSError_SummaryProvider()
H A DNSException.cpp78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSIndexPath.cpp110 m_uint_star_type.GetPointerType(), in Update()
H A DNSString.cpp43 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h136 lldb::SBType GetPointerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp667 = 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 DVectorType.cpp50 .GetPointerType(); in GetCompilerTypeForFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h217 CompilerType GetPointerType() const;
H A DType.h276 TypeImpl GetPointerType() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp413 return complete_class.GetPointerType(); in GetRuntimeType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1647 .GetPointerType() in AddOneGenericVariable()
1650 .GetPointerType() in AddOneGenericVariable()
1910 CompilerType void_ptr_clang_type = void_clang_type.GetPointerType(); in AddContextClassType()

12