HomeSort by relevance Sort by last modified time
    Searched refs:ThisT (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 using ThisT = typename std::remove_reference<decltype(*this)>::type;
66 addHandler<CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<CallMain>(*this, &ThisT::handleCallMain);
68 addHandler<CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 &ThisT::handleCreateRemoteAllocator);
72 *this, &ThisT::handleCreateIndirectStubsOwner);
73 addHandler<DeregisterEHFrames>(*this, &ThisT::handleDeregisterEHFrames);
75 &ThisT::handleDestroyRemoteAllocator);
77 *this, &ThisT::handleDestroyIndirectStubsOwner);
78 addHandler<EmitIndirectStubs>(*this, &ThisT::handleEmitIndirectStubs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 using ThisT = typename std::remove_reference<decltype(*this)>::type;
66 addHandler<CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<CallMain>(*this, &ThisT::handleCallMain);
68 addHandler<CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 &ThisT::handleCreateRemoteAllocator);
72 *this, &ThisT::handleCreateIndirectStubsOwner);
73 addHandler<DeregisterEHFrames>(*this, &ThisT::handleDeregisterEHFrames);
75 &ThisT::handleDestroyRemoteAllocator);
77 *this, &ThisT::handleDestroyIndirectStubsOwner);
78 addHandler<EmitIndirectStubs>(*this, &ThisT::handleEmitIndirectStubs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 using ThisT = typename std::remove_reference<decltype(*this)>::type;
66 addHandler<CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<CallMain>(*this, &ThisT::handleCallMain);
68 addHandler<CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 &ThisT::handleCreateRemoteAllocator);
72 *this, &ThisT::handleCreateIndirectStubsOwner);
73 addHandler<DeregisterEHFrames>(*this, &ThisT::handleDeregisterEHFrames);
75 &ThisT::handleDestroyRemoteAllocator);
77 *this, &ThisT::handleDestroyIndirectStubsOwner);
78 addHandler<EmitIndirectStubs>(*this, &ThisT::handleEmitIndirectStubs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 using ThisT = typename std::remove_reference<decltype(*this)>::type;
66 addHandler<CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<CallMain>(*this, &ThisT::handleCallMain);
68 addHandler<CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 &ThisT::handleCreateRemoteAllocator);
72 *this, &ThisT::handleCreateIndirectStubsOwner);
73 addHandler<DeregisterEHFrames>(*this, &ThisT::handleDeregisterEHFrames);
75 &ThisT::handleDestroyRemoteAllocator);
77 *this, &ThisT::handleDestroyIndirectStubsOwner);
78 addHandler<EmitIndirectStubs>(*this, &ThisT::handleEmitIndirectStubs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 using ThisT = typename std::remove_reference<decltype(*this)>::type;
66 addHandler<CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<CallMain>(*this, &ThisT::handleCallMain);
68 addHandler<CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 &ThisT::handleCreateRemoteAllocator);
72 *this, &ThisT::handleCreateIndirectStubsOwner);
73 addHandler<DeregisterEHFrames>(*this, &ThisT::handleDeregisterEHFrames);
75 &ThisT::handleDestroyRemoteAllocator);
77 *this, &ThisT::handleDestroyIndirectStubsOwner);
78 addHandler<EmitIndirectStubs>(*this, &ThisT::handleEmitIndirectStubs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 65 using ThisT = typename std::remove_reference<decltype(*this)>::type;
66 addHandler<CallIntVoid>(*this, &ThisT::handleCallIntVoid);
67 addHandler<CallMain>(*this, &ThisT::handleCallMain);
68 addHandler<CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
70 &ThisT::handleCreateRemoteAllocator);
72 *this, &ThisT::handleCreateIndirectStubsOwner);
73 addHandler<DeregisterEHFrames>(*this, &ThisT::handleDeregisterEHFrames);
75 &ThisT::handleDestroyRemoteAllocator);
77 *this, &ThisT::handleDestroyIndirectStubsOwner);
78 addHandler<EmitIndirectStubs>(*this, &ThisT::handleEmitIndirectStubs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 64 using ThisT = typename std::remove_reference<decltype(*this)>::type;
65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
69 &ThisT::handleCreateRemoteAllocator);
71 *this, &ThisT::handleDestroyRemoteAllocator);
72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem)
    [all...]
RemoteObjectLayer.h 118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
320 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
321 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
323 *this, &ThisT::lookupInLogicalDylib);
426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 60 typedef OrcRemoteTargetServer ThisT;
66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid);
68 return handle<CallMain>(Channel, *this, &ThisT::handleCallMain);
70 return handle<CallVoidVoid>(Channel, *this, &ThisT::handleCallVoidVoid);
73 &ThisT::handleCreateRemoteAllocator);
76 Channel, *this, &ThisT::handleCreateIndirectStubsOwner);
79 &ThisT::handleDeregisterEHFrames);
82 Channel, *this, &ThisT::handleDestroyRemoteAllocator);
85 Channel, *this, &ThisT::handleDestroyIndirectStubsOwner);
88 &ThisT::handleEmitIndirectStubs)
    [all...]
  /external/libcxx/test/support/
unique_ptr_test_helper.h 61 template <class ThisT, class ...Args>
64 template <class ThisT, class A1>
65 struct args_is_this_type<ThisT, A1> : std::is_same<ThisT, typename std::decay<A1>::type> {};
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
unique_ptr_test_helper.h 61 template <class ThisT, class ...Args>
64 template <class ThisT, class A1>
65 struct args_is_this_type<ThisT, A1> : std::is_same<ThisT, typename std::decay<A1>::type> {};

Completed in 2489 milliseconds

1 2