reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
  110     ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter,
  110     ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter,
  114   static Error serialize(ChannelT &C, const remote::DirectBufferWriter &DBW) {
  122   static Error deserialize(ChannelT &C, remote::DirectBufferWriter &DBW) {
  265       : public rpc::Function<WriteMem, void(remote::DirectBufferWriter DB)> {
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  418   Error handleWriteMem(DirectBufferWriter DBW) {
include/llvm/ExecutionEngine/Orc/RPCSerialization.h
   40 OStream &operator<<(OStream &OS, const RPCTypeNameSequence<ArgT> &V) {
   41   OS << RPCTypeName<ArgT>::getName();
  276   static Error serialize(ChannelT &C, CArgT &&CArg) {
  277     return SerializationTraits<ChannelT, ArgT,
  283   static Error deserialize(ChannelT &C, CArgT &CArg) {
  284     return SerializationTraits<ChannelT, ArgT, CArgT>::deserialize(C, CArg);
  284     return SerializationTraits<ChannelT, ArgT, CArgT>::deserialize(C, CArg);
include/llvm/ExecutionEngine/Orc/RPCUtils.h
  147   using Type = RetT(ArgTs...);
  209       typename std::remove_reference<ArgTs>::type>::type...>;
  504   using Type = RetT(ArgTs...);
  512   unpackAndRun(HandlerT &Handler, std::tuple<TArgTs...> &Args) {
  530   run(HandlerT &Handler, ArgTs &&... Args) {
  539   run(HandlerT &Handler, TArgTs... Args) {
  545   static Error serializeArgs(ChannelT &C, const CArgTs... CArgs) {
  546     return SequenceSerialization<ChannelT, ArgTs...>::serialize(C, CArgs...);
  551   static Error deserializeArgs(ChannelT &C, std::tuple<CArgTs...> &Args) {
  557   static Error deserializeArgsHelper(ChannelT &C, std::tuple<CArgTs...> &Args,
  559     return SequenceSerialization<ChannelT, ArgTs...>::deserialize(
  792   RetT operator()(ArgTs &&... Args) {
  894   using S = SerializationTraits<ChannelT, WireT, ConcreteT>;
  894   using S = SerializationTraits<ChannelT, WireT, ConcreteT>;
  900                                            std::declval<const ConcreteT &>())),
  913   using S = SerializationTraits<ChannelT, WireT, ConcreteT>;
  913   using S = SerializationTraits<ChannelT, WireT, ConcreteT>;
  919                                              std::declval<ConcreteT &>())),
  962   class CanSerializeCheck : detail::CanSerialize<ChannelT, WireT, ConcreteT> {
  962   class CanSerializeCheck : detail::CanSerialize<ChannelT, WireT, ConcreteT> {
  975       : detail::CanDeserialize<ChannelT, WireT, ConcreteT> {
  975       : detail::CanDeserialize<ChannelT, WireT, ConcreteT> {
 1012   Error appendCallAsync(HandlerT Handler, const ArgTs &... Args) {
 1016                                 void(ArgTs...)>::value,
 1513   callB(const ArgTs &... Args) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/tuple
   56     struct __is_empty_non_tuple : is_empty<_Tp> { };
  125       constexpr _Head_base(const _Head& __h)
  159       static constexpr _Head&
  162       static constexpr const _Head&
  165       _Head _M_head_impl;
  344     : private _Head_base<_Idx, _Head>
  348       typedef _Head_base<_Idx, _Head> _Base;
  350       static constexpr _Head&
  353       static constexpr const _Head&
  360       constexpr _Tuple_impl(const _Head& __head)
  376         constexpr _Tuple_impl(const _Tuple_impl<_Idx, _UHead>& __in)
  380         constexpr _Tuple_impl(_Tuple_impl<_Idx, _UHead>&& __in)
  390 		    const _Head& __head)
  556     class tuple : public _Tuple_impl<0, _Elements...>
  558       typedef _Tuple_impl<0, _Elements...> _Inherited;
  567           return __and_<is_default_constructible<_Elements>...>::value;
  571           return __and_<__is_implicitly_default_constructible<_Elements>...>
  598             _Elements...>;
  608         constexpr tuple(const _Elements&... __elements)
  619       explicit constexpr tuple(const _Elements&... __elements)
  628                       _Elements...>;
  636                       _Elements...>;
  668             _Elements...>;
  730 	      const _Elements&... __elements)
  741                        const _Elements&... __elements)
 1288       typedef _Head type;
 1302     constexpr _Head&
 1303     __get_helper(_Tuple_impl<__i, _Head, _Tail...>& __t) noexcept
 1304     { return _Tuple_impl<__i, _Head, _Tail...>::_M_head(__t); }
 1307     constexpr const _Head&
 1308     __get_helper(const _Tuple_impl<__i, _Head, _Tail...>& __t) noexcept
 1313     constexpr __tuple_element_t<__i, tuple<_Elements...>>&
 1313     constexpr __tuple_element_t<__i, tuple<_Elements...>>&
 1313     constexpr __tuple_element_t<__i, tuple<_Elements...>>&
 1314     get(tuple<_Elements...>& __t) noexcept
 1319     constexpr const __tuple_element_t<__i, tuple<_Elements...>>&
 1319     constexpr const __tuple_element_t<__i, tuple<_Elements...>>&
 1319     constexpr const __tuple_element_t<__i, tuple<_Elements...>>&
 1320     get(const tuple<_Elements...>& __t) noexcept
 1325     constexpr __tuple_element_t<__i, tuple<_Elements...>>&&
 1325     constexpr __tuple_element_t<__i, tuple<_Elements...>>&&
 1325     constexpr __tuple_element_t<__i, tuple<_Elements...>>&&
 1326     get(tuple<_Elements...>&& __t) noexcept
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  762     typename add_rvalue_reference<_Tp>::type declval() noexcept;
  889       typedef decltype(__test<_Tp>(0)) type;
  894     : public __and_<__not_<is_void<_Tp>>,
  895                     __is_default_constructible_impl<_Tp>>
  915     : public __is_default_constructible_atom<_Tp>::type
  921     : public __is_default_constructible_safe<_Tp>::type
 1377     static void __helper(const _Tp&);
 1380     static true_type __test(const _Tp&,
 1381                             decltype(__helper<const _Tp&>({}))* = 0);
 1390     typedef decltype(__test(declval<_Tp>())) type;
 1395       : public __is_implicitly_default_constructible_impl<_Tp>::type
 1400       : public __and_<is_default_constructible<_Tp>,
 1401                       __is_implicitly_default_constructible_safe<_Tp>>
 1554     { typedef _Tp     type; };
 1558     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };
 1637     { typedef _Tp   type; };
 1659     { typedef _Tp&&   type; };
 1664     : public __add_rvalue_reference_helper<_Tp>
 2104     { typedef typename remove_cv<_Up>::type __type; };
 2118       typedef typename remove_reference<_Tp>::type __remove_type;