Searched refs:ThisT (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 64 using ThisT = typename std::remove_reference<decltype(*this)>::type; in OrcRemoteTargetServer() local 65 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid); in OrcRemoteTargetServer() 66 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain); in OrcRemoteTargetServer() 67 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid); in OrcRemoteTargetServer() 69 &ThisT::handleCreateRemoteAllocator); in OrcRemoteTargetServer() 71 *this, &ThisT::handleDestroyRemoteAllocator); in OrcRemoteTargetServer() 72 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem); in OrcRemoteTargetServer() 73 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem); in OrcRemoteTargetServer() 74 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections); in OrcRemoteTargetServer() 75 addHandler<mem::WriteMem>(*this, &ThisT::handleWriteMem); in OrcRemoteTargetServer() [all …]
|
D | RemoteObjectLayer.h | 118 using ThisT = RemoteObjectLayer<RPCEndpoint>; in RemoteObjectLayer() local 120 *this, &ThisT::handleReleaseRemoteSymbol); in RemoteObjectLayer() 122 *this, &ThisT::handleMaterializeRemoteSymbol); in RemoteObjectLayer() 319 using ThisT = RemoteObjectClientLayer<RPCEndpoint>; in RemoteObjectClientLayer() local 320 Remote.template addHandler<Lookup>(*this, &ThisT::lookup); in RemoteObjectClientLayer() 322 *this, &ThisT::lookupInLogicalDylib); in RemoteObjectClientLayer() 426 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>; in RemoteObjectServerLayer() local 428 Remote.template addHandler<AddObject>(*this, &ThisT::addObject); in RemoteObjectServerLayer() 429 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject); in RemoteObjectServerLayer() 430 Remote.template addHandler<FindSymbol>(*this, &ThisT::findSymbol); in RemoteObjectServerLayer() [all …]
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 60 typedef OrcRemoteTargetServer ThisT; in handleKnownFunction() typedef 66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid); in handleKnownFunction() 68 return handle<CallMain>(Channel, *this, &ThisT::handleCallMain); in handleKnownFunction() 70 return handle<CallVoidVoid>(Channel, *this, &ThisT::handleCallVoidVoid); in handleKnownFunction() 73 &ThisT::handleCreateRemoteAllocator); in handleKnownFunction() 76 Channel, *this, &ThisT::handleCreateIndirectStubsOwner); in handleKnownFunction() 79 &ThisT::handleDeregisterEHFrames); in handleKnownFunction() 82 Channel, *this, &ThisT::handleDestroyRemoteAllocator); in handleKnownFunction() 85 Channel, *this, &ThisT::handleDestroyIndirectStubsOwner); in handleKnownFunction() 88 &ThisT::handleEmitIndirectStubs); in handleKnownFunction() [all …]
|
/external/libcxx/test/support/ |
D | 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> {};
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 322 SizeClassMap, MapUnmapCallback> ThisT; typedef 323 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; 715 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT; typedef 716 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
|