Searched refs:GetPointerType (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp307 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
308 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
309 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
H A DBlockPointer.cpp127 m_backend.Cast(m_block_struct_type.GetPointerType());
H A DLibCxx.cpp251 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
253 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
255 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()},
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp132 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp92 .GetPointerType());
H A DNSIndexPath.cpp110 m_uint_star_type.GetPointerType(),
H A DNSException.cpp77 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType();
H A DNSString.cpp44 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp91 .GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp515 encoding_type->GetForwardCompilerType().GetPointerType();
571 m_compiler_type = void_compiler_type.GetPointerType();
918 TypeImpl TypeImpl::GetPointerType() const { function in class:TypeImpl
922 return TypeImpl(m_static_type.GetPointerType(),
923 m_dynamic_type.GetPointerType());
925 return TypeImpl(m_static_type.GetPointerType());
H A DCompilerType.cpp403 CompilerType CompilerType::GetPointerType() const { function in class:CompilerType
405 return m_type_system->GetPointerType(m_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp284 corrected_type = orig_type.GetPointerType();
545 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h134 lldb::SBType GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h206 CompilerType GetPointerType() const;
H A DType.h264 TypeImpl GetPointerType() const;
H A DTypeSystem.h239 virtual CompilerType GetPointerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp164 SBType SBType::GetPointerType() { function in class:SBType
165 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointerType);
171 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointerType()))));
916 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointerType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp50 .GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp120 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
277 corrected_type = orig_type.GetPointerType();
H A DAppleObjCTypeEncodingParser.cpp242 return ClangUtil::GetQualType(types.front().GetPointerType());
H A DAppleObjCTrampolineHandler.cpp532 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
813 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
911 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i169 task_pointer_type = task_type.GetPointerType()
224 GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp714 = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
716 = ast->GetBasicType(eBasicTypeChar).GetPointerType();
960 = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp412 return complete_class.GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1679 .GetPointerType()
1682 .GetPointerType()
1961 CompilerType void_ptr_clang_type = void_clang_type.GetPointerType();

Completed in 226 milliseconds

12