Home
last modified time | relevance | path

Searched refs:get_future (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h128 auto ResultF = ResultP.get_future(); in writeUInt8s()
136 auto ResultF = ResultP.get_future(); in writeUInt16s()
144 auto ResultF = ResultP.get_future(); in writeUInt32s()
152 auto ResultF = ResultP.get_future(); in writeUInt64s()
160 auto ResultF = ResultP.get_future(); in writeBuffers()
168 auto ResultF = ResultP.get_future(); in writePointers()
296 auto RF = RP.get_future(); in lookupSymbols()
366 auto RF = RP.get_future(); in callWrapper()
H A DEPCGenericDylibManager.h56 auto RF = RP.get_future(); in lookup()
65 auto RF = RP.get_future(); in lookup()
H A DIndirectionUtils.h125 auto LandingAddressF = LandingAddressP.get_future(); in reenter()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h134 auto FinalizeResultF = FinalizeResultP.get_future(); in finalize()
165 auto AllocResultF = AllocResultP.get_future(); in allocate()
189 auto DeallocResultF = DeallocResultP.get_future(); in deallocate()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp48 auto ResultF = ResultP.get_future(); in lookupAndRecordAddrs()
H A DEPCIndirectionUtils.cpp92 auto DeallocResultF = DeallocResultP.get_future(); in deallocatePool()
411 auto LandingAddrF = LandingAddrP.get_future(); in reentry()
H A DMemoryMapper.cpp157 auto F = P.get_future(); in release()
190 auto F = P.get_future(); in ~InProcessMemoryMapper()
H A DExecutorProcessControl.cpp207 auto ResultF = ResultP.get_future(); in jitDispatchViaWrapperFunctionManager()
H A DSimpleRemoteEPC.cpp298 auto EIF = EIP.get_future(); in setup()
H A DDebugObjectManagerPlugin.cpp459 std::future<MSVCPError> FinalizeErr = FinalizePromise.get_future(); in notifyEmitted()
H A DCore.cpp1798 auto ResultF = ResultP.get_future(); in lookupFlags()
1869 auto ResultFuture = PromisedResult.get_future(); in lookup()
/src/contrib/llvm-project/libcxx/include/
H A Dfuture75 future<R> get_future();
105 future<R&> get_future();
133 future<void> get_future();
347 future<R> get_future();
1130 _LIBCPP_HIDE_FROM_ABI future<_Rp> get_future();
1168 future<_Rp> promise<_Rp>::get_future() {
1247 _LIBCPP_HIDE_FROM_ABI future<_Rp&> get_future();
1283 future<_Rp&> promise<_Rp&>::get_future() {
1348 future<void> get_future();
1634 _LIBCPP_HIDE_FROM_ABI future<result_type> get_future() { return __p_.get_future(); }
[all …]
/src/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp153 future<void> promise<void>::get_future() { in get_future() function in promise
/src/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp80 ThreadsCreated.get_future().wait(); in stop()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp271 auto ResultF = ResultP.get_future(); in doJITDispatch()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp207 auto AllocF = AllocP.get_future(); in Create()
/src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp869 auto ResultF = ResultP->get_future(); in linkAndVerify()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1039 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1189 auto NewSymbolsF = NewSymbolsP->get_future(); in resolveExternalSymbols()